d70523df21
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
31 lines
839 B
Makefile
31 lines
839 B
Makefile
# $NetBSD: Makefile,v 1.37 2009/07/22 09:01:27 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= crimson-0.5.2
|
|
PKGNAME= ${DISTNAME:S/crimson/crimsonfields/}
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://crimson.seul.org/files/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://crimson.seul.org/
|
|
COMMENT= Tactical war game in the tradition of Battle Isle
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= gmake
|
|
# not standard locale files
|
|
#USE_PKGLOCALEDIR= no
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --enable-bi2cf
|
|
CONFIGURE_ARGS+= --enable-cf2bmp
|
|
CONFIGURE_ARGS+= --enable-cfed
|
|
CONFIGURE_ARGS+= --enable-comet
|
|
|
|
.include "../../audio/SDL_mixer/buildlink3.mk"
|
|
.include "../../devel/SDL/buildlink3.mk"
|
|
.include "../../devel/SDL_ttf/buildlink3.mk"
|
|
.include "../../net/SDL_net/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|