pkgsrc/regress/print-plist/Makefile
jmmv 0d3662ee66 Drop maintainership
Stop lying and drop maintainership of these packages.  I have not
maintained them for a very long time already, so leave room for
fresh blood to take over them.
2008-04-30 13:38:14 +00:00

30 lines
695 B
Makefile

# $NetBSD: Makefile,v 1.2 2008/04/30 13:38:16 jmmv Exp $
#
DISTNAME= print-plist-0.0
CATEGORIES= regress
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Test print-PLIST and related functionality
EXTRACT_ONLY= # empty
NO_CONFIGURE= yes
NO_MTREE= yes
PRINT_PLIST_AWK+= /^print-plist\/foo$$/ \
{ print "@comment Matched test file."; \
print; next }
PRINT_PLIST_AWK+= /^@dirrm print-plist$$/ \
{ print "@comment Matched test directory."; \
print; next }
do-build:
${ECHO} "foo" >${WRKDIR}/foo
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/print-plist
${INSTALL_DATA} ${WRKDIR}/foo ${PREFIX}/print-plist
.include "../../mk/bsd.pkg.mk"