diff options
author | naddy <naddy@FreeBSD.org> | 2003-03-05 05:44:27 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-03-05 05:44:27 +0800 |
commit | 6f2b0033ed64457f1480384b8e6a75fed704f6fc (patch) | |
tree | bfcef4946b9fd9cbf3484f9e9f426b7f65581361 /games/dopewars/Makefile | |
parent | d626c3b14655185fbc9cd1bfefee950b869c0f57 (diff) | |
download | freebsd-ports-gnome-6f2b0033ed64457f1480384b8e6a75fed704f6fc.tar.gz freebsd-ports-gnome-6f2b0033ed64457f1480384b8e6a75fed704f6fc.tar.zst freebsd-ports-gnome-6f2b0033ed64457f1480384b8e6a75fed704f6fc.zip |
* Use external libintl, don't build included one.
* Remove version number from docs directory.
Approved by: petef
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: |