773cde7da8
Now it should be more obvious when a package needs it as a dependency, as it will fail loudly if it isn't declared as a tool. While here, some duplicate dependencies on itstool were removed from the MATE packages
32 lines
939 B
Makefile
32 lines
939 B
Makefile
# $NetBSD: Makefile,v 1.74 2021/05/02 10:24:49 nia Exp $
|
|
#
|
|
|
|
DISTNAME= pioneers-15.6
|
|
PKGREVISION= 1
|
|
CATEGORIES= games gnome
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pio/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://pio.sourceforge.net/
|
|
COMMENT= GNOME version of the Settlers of Catan board game
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_TOOLS+= gmake pkg-config msgfmt intltool itstool
|
|
USE_LIBTOOL= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
|
|
BUILDLINK_DEPMETHOD.librsvg= build # generates icons
|
|
|
|
SUBST_CLASSES+= paths
|
|
SUBST_STAGE.paths= pre-configure
|
|
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 "../../graphics/librsvg/buildlink3.mk"
|
|
.include "../../mk/omf-scrollkeeper.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|