ca4ace35e3
ERROR: PLIST:173: Packages that install hicolor icons must include "../../graphics/hicolor-icon-theme/buildlink3.mk" in the Makefile. WARN: PLIST:173: Packages that install icon theme files should set ICON_THEMES. ERROR: Makefile:30: Only packages that have .omf files in their PLIST may include omf-scrollkeeper.mk. 2 errors and 1 warning found.
33 lines
971 B
Makefile
33 lines
971 B
Makefile
# $NetBSD: Makefile,v 1.72 2021/01/18 13:44:42 mef Exp $
|
|
#
|
|
|
|
DISTNAME= pioneers-15.6
|
|
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
|
|
|
|
BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_TOOLS+= gmake pkg-config msgfmt intltool
|
|
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"
|