File:  [cvs.NetBSD.org] / pkgsrc / games / openttd / Makefile
Revision 1.32: download - view: text, annotated - select for diffs
Wed Jul 22 09:01:29 2009 UTC (15 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: HEAD
Remove USE_DIRS from pkgsrc.

Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html

# $NetBSD: Makefile,v 1.32 2009/07/22 09:01:29 wiz Exp $

DISTNAME=	openttd-0.6.3-source
PKGNAME=	${DISTNAME:S/-source//}
CATEGORIES=	games x11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=openttd/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://www.openttd.com/
COMMENT=	Open source clone of Transport Tycoon Deluxe
EXTRACT_SUFX=	.tar.bz2

HAS_CONFIGURE=		yes
USE_LANGUAGES+=		c c++
USE_TOOLS+=		gmake pkg-config

# Setting the below results in binaries looking in ${DESTDIR} for datafiles
# CONFIGURE_ARGS+=	--prefix-dir=${DESTDIR}${PREFIX}
# PKG_DESTDIR_SUPPORT=	user-destdir

CONFIGURE_ARGS+=	--prefix-dir=${PREFIX}
CONFIGURE_ARGS+=	--binary-dir=bin
CONFIGURE_ARGS+=	--data-dir=share/openttd
CONFIGURE_ARGS+=	--man-dir=${PKGMANDIR}/man6

.include "../../mk/bsd.prefs.mk"
.if (${OPSYS} == "DragonFly")
CONFIGURE_ARGS+=	--os=FREEBSD
.endif

# disable custom assert for Mac OS X (XXX: still needed?)
CFLAGS+=	-DNDEBUG=1

WRKSRC=		${WRKDIR}/${PKGNAME_NOREV}
BUILD_TARGET=	bundle

post-install:
	rm -rf ${FAKEHOMEDIR}/.openttd

.include "options.mk"

.include "../../fonts/fontconfig/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../devel/SDL/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>