pkgsrc/games/xgospel/Makefile
jschauma e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00

31 lines
690 B
Makefile

# $NetBSD: Makefile,v 1.5 2003/06/02 01:19:34 jschauma Exp $
#
DISTNAME= xgospel-1.12d
CATEGORIES= games x11
MASTER_SITES= http://img.teaser.fr/~jlgailly//
MAINTAINER= tech-pkg@netbsd.org
HOMEPAGE= http://gailly.net/xgospel/
COMMENT= X11 based IGS client
USE_BUILDLINK2= yes
USE_X11= yes
GNU_CONFIGURE= yes
XAW_TYPE= 3d
.include "../../mk/bsd.prefs.mk"
.if defined(XAW_TYPE)
. if (${XAW_TYPE} == "3d") || (${XAW_TYPE} == "xpm")
CONFIGURE_ARGS+= --with-xaw3d
. endif
.endif
# Don't find libintl.a...it's only needed on SCO UNIX.
CONFIGURE_ENV+= ac_cv_lib_intl=no
.include "../../graphics/xpm/buildlink2.mk"
.include "../../mk/xaw.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"