blob: 598db37b7d1415833127f3fb61923f557f60c9c7 (
plain)
1
2
3
4
5
6
7
8
|
# $NetBSD: Makefile,v 1.3 2001/01/04 14:18:50 wiz Exp $
PKGNAME= ${DISTNAME:S/-/-share-/}
CONFIGURE_ARGS+= --disable-server
CONFIGURE_ARGS+= --enable-client=no
.include "../../games/freeciv-share/Makefile.common"
|