diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-21 01:39:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-21 01:39:05 +0000 |
commit | 7d2d03030cbc1b6b605da02478438b061d3f5567 (patch) | |
tree | 3694d73c13b58600e20cadcccfa3c9352a69f1ec /games/crossfire-srv | |
parent | f0ee5b212476d2ff4439e1becc71de4765fa1d5c (diff) | |
download | pkgsrc-7d2d03030cbc1b6b605da02478438b061d3f5567.tar.gz |
Convert to buildlink2.
Diffstat (limited to 'games/crossfire-srv')
-rw-r--r-- | games/crossfire-srv/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/games/crossfire-srv/Makefile b/games/crossfire-srv/Makefile index d9137b73e80..7c20bfe6475 100644 --- a/games/crossfire-srv/Makefile +++ b/games/crossfire-srv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2002/06/23 03:49:47 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2002/10/21 01:39:05 wiz Exp $ # DISTNAME= crossfire-1.0.0 @@ -12,16 +12,12 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://crossfire.real-time.com/ COMMENT= X11 multi/single player game similar to gauntlet and nethack -DEPENDS+= png>=1.2.1:../../graphics/png -DEPENDS+= dmalloc-[0-9]*:../../devel/dmalloc - EXTRACT_ONLY= ${CF_SRC} CF_SRC= crossfire-1.0.0.tar.bz2 CF_MAPS= crossfire-1.0.0-maps.tar.bz2 -USE_XAW= yes -USE_XPM= yes +USE_BUILDLINK2= yes USE_X11= yes USE_GMAKE= yes GNU_CONFIGURE= yes @@ -47,4 +43,8 @@ post-install: @${CHOWN} -R ${ROOT_USER}:games ${LOCALBASE}/var/crossfire @${CHMOD} -R g+w ${LOCALBASE}/var/crossfire +.include "../../graphics/png/buildlink2.mk" +.include "../../graphics/xpm/buildlink2.mk" +.include "../../devel/dmalloc/buildlink2.mk" +.include "../../mk/xaw.buildlink2.mk" .include "../../mk/bsd.pkg.mk" |