b48eba1112
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
26 lines
782 B
Makefile
26 lines
782 B
Makefile
# $NetBSD: Makefile,v 1.14 2002/03/13 17:36:59 fredb Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-client-gtk-/}
|
|
PKGREVISION= 1
|
|
COMMENT= Freeciv client with GTK+ interface
|
|
|
|
DEPENDS+= freeciv-share-${FC_VERS}:../../games/freeciv-share
|
|
|
|
USE_BUILDLINK_ONLY= # defined
|
|
|
|
CONFIGURE_ARGS+= --disable-server
|
|
CONFIGURE_ARGS+= --disable-make-data
|
|
CONFIGURE_ARGS+= --enable-client=gtk
|
|
CONFIGURE_ARGS+= --program-transform-name="s,civclient,civclient-gtk,"
|
|
|
|
.include "../freeciv-share/Makefile.common"
|
|
|
|
do-install:
|
|
cd ${WRKSRC}/client; ${SETENV} ${MAKE_ENV} \
|
|
${MAKE_PROGRAM} ${MAKE_FLAGS} ${INSTALL_TARGET}
|
|
|
|
.include "../../devel/zlib/buildlink.mk"
|
|
.include "../../graphics/imlib/buildlink.mk"
|
|
.include "../../x11/gtk/buildlink.mk"
|
|
.include "../../mk/x11.buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|