pkgsrc/games/gtetrinet/Makefile
jmmv 1e145795a4 Update to 0.7.1. There have been a lot of changes since the previous version.
Maybe the most significative is the switch to GNOME2 (including things like
GConf2 to handle configuration).
2003-05-27 15:44:12 +00:00

35 lines
942 B
Makefile

# $NetBSD: Makefile,v 1.4 2003/05/27 15:44:13 jmmv Exp $
#
DISTNAME= gtetrinet-0.7.1
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtetrinet/0.7/}
MAINTAINER= benedikt.meurer@unix-ag.uni-siegen.de
HOMEPAGE= http://gtetrinet.sourceforge.net/
COMMENT= Multiplayer tetris game for GNOME2
BUILD_USES_MSGFMT= YES
DEPENDS+= gnome2-dirs>=1.1:../../misc/gnome2-dirs
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
USE_GMAKE= YES
USE_PKGLOCALEDIR= YES
.include "../../mk/bsd.prefs.mk"
# IPv6 support
.if defined(USE_INET6) && ${USE_INET6} == YES
CONFIGURE_ARGS+= --enable-ipv6
.endif
GCONF2_SCHEMAS= gtetrinet.schemas
.include "../../audio/esound/buildlink2.mk"
.include "../../devel/GConf2/schemas.mk"
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../devel/libgnome/buildlink2.mk"
.include "../../devel/libgnomeui/buildlink2.mk"
.include "../../textproc/intltool/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"