diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-03-04 21:44:27 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-03-04 21:44:27 +0000 |
commit | 8861f64b57880230c92e9ece99e8c997d496b951 (patch) | |
tree | 86df235c90b67b4b2ed56bf4bb8ba7efcdb4ae3b /games/dopewars/Makefile | |
parent | - Increase PORTREVISION (knews now realy uses libcompface as stated in the (diff) |
* Use external libintl, don't build included one.
* Remove version number from docs directory.
Approved by: petef
Notes
Notes:
svn path=/head/; revision=76877
Diffstat (limited to 'games/dopewars/Makefile')
-rw-r--r-- | games/dopewars/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/games/dopewars/Makefile b/games/dopewars/Makefile index f5c9cf5554d8..d88cbf014737 100644 --- a/games/dopewars/Makefile +++ b/games/dopewars/Makefile @@ -7,12 +7,14 @@ PORTNAME= dopewars PORTVERSION= 1.5.8 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/ MASTER_SITE_SUBDIR= dopewars MAINTAINER= petef@FreeBSD.org +COMMENT= A UNIX rewrite of a game originally based on "Drug Wars" USE_GMAKE= yes GNU_CONFIGURE= yes @@ -21,14 +23,14 @@ USE_GNOME= gtk12 USE_X_PREFIX= yes USE_REINPLACE= yes -CONFIGURE_ARGS+= --enable-nls --enable-networking --disable-plugins +CONFIGURE_ARGS= --enable-networking --disable-plugins +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" .if defined(NOPORTDOCS) MAKE_ENV+= NOPORTDOCS=yes .endif -PLIST_SUB= DOPEWARS=${PKGNAME} - MAN6= dopewars.6 post-patch: |