blob: 97dd77451da9da8f3da67ce4c79ab5b27f18f43d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile,v 1.8 2003/07/13 13:51:44 wiz Exp $
PKGNAME= ${DISTNAME:S/-/-share-/}
PKGREVISION= 1
COMMENT= Machine independent files for Freeciv
.include "../freeciv-share/Makefile.common"
CONFIGURE_ARGS+= --disable-server
CONFIGURE_ARGS+= --enable-client=no
.include "../../mk/bsd.pkg.mk"
|