pkgsrc/games/freeciv-share/Makefile
jlam cb132b7d72 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.
2001-06-21 05:06:15 +00:00

13 lines
329 B
Makefile

# $NetBSD: Makefile,v 1.5 2001/06/21 05:06:17 jlam Exp $
.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 "../../mk/bsd.pkg.mk"