pkgsrc/games/xgospel/Makefile
joerg 58c3144236 Mechanically replace all includes of buildlink3.mk of the following
packages with the modular Xorg equivalent. Those are falling back
to the old location by default, so this commmit doesn't change
dependencies.

graphics/xpm ==> x11/libXpm
fonts/Xft2 ==> x11/libXft
x11/Xfixes ==> x11/libXfixes
x11/xcursor ==> x11/libXcursor
x11/Xrender ==> x11/libXrender
x11/Xrandr ==> libXrandr
2006-12-15 20:32:52 +00:00

30 lines
679 B
Makefile

# $NetBSD: Makefile,v 1.15 2006/12/15 20:32:56 joerg Exp $
#
DISTNAME= xgospel-1.12d
PKGREVISION= 2
CATEGORIES= games x11
MASTER_SITES= http://gailly.net/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gailly.net/go.html
COMMENT= X11 based IGS client for online "go" playing
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 "../../x11/libXpm/buildlink3.mk"
.include "../../mk/xaw.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"