Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
This commit is contained in:
parent
45e7389f7d
commit
6b68bdaaa3
1 changed files with 7 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.6 2001/06/04 16:14:06 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2001/06/20 08:07:38 jlam Exp $
|
||||
|
||||
DISTNAME= dopewars-1.5.0
|
||||
CATEGORIES= games
|
||||
|
@ -11,12 +11,11 @@ MAINTAINER= root@garbled.net
|
|||
HOMEPAGE= http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/
|
||||
COMMENT= Make a fortune dealing drugs on the streets of New York
|
||||
|
||||
DEPENDS+= glib>=1.2.0:../../devel/glib
|
||||
USE_BUILDLINK_ONLY= YES
|
||||
USE_CONFIG_WRAPPER= YES
|
||||
|
||||
USE_CURSES= YES
|
||||
USE_LIBINTL= YES
|
||||
#USE_LIBINTL= YES
|
||||
USE_GMAKE= YES
|
||||
REPLACE_NCURSES= ${WRKSRC}/configure
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_ARGS+= --enable-ncurses
|
||||
|
@ -25,4 +24,7 @@ CONFIGURE_ARGS+= --disable-gui-client
|
|||
# datadir is the place the score file is saved
|
||||
CONFIGURE_ARGS+= --datadir=/var/games
|
||||
|
||||
.include "../../devel/gettext-lib/buildlink.mk"
|
||||
.include "../../devel/glib/buildlink.mk"
|
||||
.include "../../devel/ncurses/buildlink.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue