diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-21 05:06:15 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-21 05:06:15 +0000 |
commit | cb132b7d728b940add975f9ff6c54dbf7367dead (patch) | |
tree | 88e4229fe69d5384b11ed5c915f571981cc2b950 /games/freeciv-share | |
parent | cbfd838f6a519b19de77bc904fe5920617ffb227 (diff) | |
download | pkgsrc-cb132b7d728b940add975f9ff6c54dbf7367dead.tar.gz |
Don't include bsd.pkg.mk in Makefile.common, so force all files that
include it to include bsd.pkg.mk themselves. Convert to use buildlink.mk
files and mark freeciv packages as USE_BUILDLINK_ONLY. Include zlib's
buildlink.mk file in server and clients as -lz is used.
Diffstat (limited to 'games/freeciv-share')
-rw-r--r-- | games/freeciv-share/Makefile | 9 | ||||
-rw-r--r-- | games/freeciv-share/Makefile.common | 6 |
2 files changed, 9 insertions, 6 deletions
diff --git a/games/freeciv-share/Makefile b/games/freeciv-share/Makefile index 379a5488970..486664370b8 100644 --- a/games/freeciv-share/Makefile +++ b/games/freeciv-share/Makefile @@ -1,10 +1,13 @@ -# $NetBSD: Makefile,v 1.4 2001/02/16 15:10:49 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/06/21 05:06:17 jlam Exp $ -PKGNAME= ${DISTNAME:S/-/-share-/} +.include "../../games/freeciv-share/Makefile.common" +PKGNAME= ${DISTNAME:S/-/-share-/} COMMENT= Machine independent files for Freeciv +USE_BUILDLINK_ONLY= # defined + CONFIGURE_ARGS+= --disable-server CONFIGURE_ARGS+= --enable-client=no -.include "../../games/freeciv-share/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/games/freeciv-share/Makefile.common b/games/freeciv-share/Makefile.common index 6c7501c2d64..d7f1e2cd655 100644 --- a/games/freeciv-share/Makefile.common +++ b/games/freeciv-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.8 2001/06/11 06:34:33 jlam Exp $ +# $NetBSD: Makefile.common,v 1.9 2001/06/21 05:06:17 jlam Exp $ DISTNAME= freeciv-${FC_VERS} FC_VERS= 1.11.4 @@ -16,6 +16,6 @@ DISTINFO_FILE= ${.CURDIR}/../../games/freeciv-share/distinfo PATCHDIR= ${.CURDIR}/../../games/freeciv-share/patches GNU_CONFIGURE= # defined -USE_LIBINTL= # defined +#USE_LIBINTL= # defined -.include "../../mk/bsd.pkg.mk" +.include "../../devel/gettext-lib/buildlink.mk" |