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.
30 lines
767 B
Makefile
30 lines
767 B
Makefile
# $NetBSD: Makefile,v 1.5 2013/05/31 12:40:57 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= sunifdef-3.1.3
|
|
PKGREVISION= 2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.strudl.org/public_ftp/sunifdef/nix/stable/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.strudl.org/public_ftp/sunifdef/nix/stable/
|
|
COMMENT= Tool for eliminating superfluous C preprocessor conditionals
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
HTMLDIR= ${PREFIX}/share/doc/${PKGBASE}/html
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if !empty(PKGSRC_RUN_TEST:M[Yy][Ee][Ss]) || make(test)
|
|
USE_TOOLS+= perl
|
|
TEST_TARGET= check
|
|
.endif
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${DESTDIR}${HTMLDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/man/html/sunifdef_man_1.html \
|
|
${DESTDIR}${HTMLDIR}/${PKGBASE}_man_1.html
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|