f190ea92a4
This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
28 lines
760 B
Makefile
28 lines
760 B
Makefile
# $NetBSD: Makefile,v 1.6 2006/09/16 12:20:37 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= pioneers-0.9.55
|
|
PKGREVISION= 4
|
|
CATEGORIES= games gnome
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pio/}
|
|
|
|
MAINTAINER= veego@NetBSD.org
|
|
HOMEPAGE= http://pio.sourceforge.net/
|
|
COMMENT= GNOME version of the Settlers of Catan board game
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_DIRS+= xdg-1.1
|
|
USE_TOOLS+= gmake pkg-config msgfmt
|
|
USE_LIBTOOL= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
|
|
SUBST_CLASSES+= paths
|
|
SUBST_STAGE.paths= post-patch
|
|
SUBST_MESSAGE.paths= Fixing hardcoded paths.
|
|
SUBST_FILES.paths= docs/*.6
|
|
SUBST_SED.paths= -e s,/usr/share/,${PREFIX}/share/,
|
|
|
|
.include "../../devel/libgnome/buildlink3.mk"
|
|
.include "../../textproc/scrollkeeper/omf.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|