7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
35 lines
949 B
Makefile
35 lines
949 B
Makefile
# $NetBSD: Makefile,v 1.65 2014/05/29 23:36:37 wiz Exp $
|
|
|
|
DISTNAME= feh-2.9.3
|
|
PKGREVISION= 2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://feh.finalrewind.org/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://feh.finalrewind.org/
|
|
COMMENT= Advanced image viewer
|
|
LICENSE= mit
|
|
|
|
#GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --program-transform-name=s,cam,feh_cam,
|
|
|
|
USE_TOOLS+= bash:run perl:run gmake
|
|
|
|
REPLACE_BASH= cam/gen-cam-menu
|
|
REPLACE_PERL= scripts/*.pl cam/feh-cam
|
|
|
|
LDFLAGS.SunOS+= -lnsl -lsocket
|
|
|
|
BUILDLINK_API_DEPENDS.giblib+= giblib>=1.2.4
|
|
|
|
BUILDLINK_DEPMETHOD.libXt?= build
|
|
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../devel/giblib/buildlink3.mk"
|
|
.include "../../www/curl/buildlink3.mk"
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../x11/libXinerama/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|