pkgsrc/games/genecys-client/Makefile
tv c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00

31 lines
957 B
Makefile

# $NetBSD: Makefile,v 1.6 2004/10/03 00:14:44 tv Exp $
#
DISTNAME= genecys-0.2
PKGNAME= genecys-client-0.2
PKGREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=genecys/}
MAINTAINER= root@garbled.net
HOMEPAGE= http://www.genecys.org/
COMMENT= Client for Genecys MMORPG
DEPENDS= genecys-data>=0.2:../../games/genecys-data
USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
#CONFIGURE_DIRS= ${WRKSRC}/common ${WRKSRC}/client
#BUILD_DIRS= ${WRKSRC}/common ${WRKSRC}/client
LIBS+= -lm
CONFIGURE_ARGS+= --disable-server --disable-metaserver --disable-utils
CONFIGURE_ARGS+= --with-cal3d=${BUILDLINK_PREFIX.cal3d}
CONFIGURE_ARGS+= --with-openrm=${BUILDLINK_PREFIX.OpenRM}
.include "../../graphics/cal3d/buildlink3.mk"
.include "../../graphics/OpenRM/buildlink3.mk"
.include "../../graphics/gtkglext/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"