d2ca14a3f1
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
32 lines
671 B
Makefile
32 lines
671 B
Makefile
# $NetBSD: Makefile,v 1.8 2013/05/31 12:42:00 wiz Exp $
|
|
|
|
.include "../../devel/glib2/Makefile.common"
|
|
|
|
PKGNAME:= ${PKGNAME:S/glib2/gio-fam/}
|
|
PKGREVISION= 1
|
|
CATEGORIES= sysutils
|
|
|
|
COMMENT= FAM backend for GIO, the glib VFS API
|
|
|
|
NOT_FOR_PLATFORM= HPUX-*-* OSF1-*-*
|
|
|
|
FAM_ACCEPTED= fam gamin
|
|
FAM_SERVER= no
|
|
|
|
USE_TOOLS+= msgfmt perl:run pkg-config
|
|
|
|
CONFIGURE_ARGS+= --enable-fam
|
|
|
|
BUILD_DIRS= gio/fam
|
|
INSTALL_DIRS= ${BUILD_DIRS}
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "IRIX"
|
|
MAKE_FLAGS+= FAM_LIBS="-lfam -lC"
|
|
BUILDLINK_TRANSFORM+= l:fam:fam:C
|
|
.endif
|
|
|
|
.include "../../devel/glib2/modules.mk"
|
|
.include "../../mk/fam.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|