pkgsrc/pkgtools/plist-utils/Makefile
kamil 784c9830b5 Import plist-utils as pkgtools/plist-utils
The plist-utils suite aims to facilitate management of PLIST entries.
It handles PLIST options and variables, and is especially useful for
keeping PLISTs of packages with quickly changing file-lists, such
as those closely tracking upstream development branch, up to date.

Import approved by <wiz>.
2016-10-01 18:37:15 +00:00

21 lines
454 B
Makefile

# $NetBSD: Makefile,v 1.1 2016/10/01 18:37:15 kamil Exp $
#
PKGNAME= plist-utils-20160731
CATEGORIES= pkgtools
MAINTAINER= pkgsrc-users@NetBSD.org
#HOMEPAGE=
COMMENT= Utility to facilitate management of PLIST files
LICENSE= 2-clause-bsd
USE_BSD_MAKEFILE= yes
USE_TOOLS= nroff
INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
PKGSRC_LOCKTYPE= none # avoid "bootstrapping problem"
do-extract:
${CP} -R ${FILESDIR} ${WRKSRC}
.include "../../mk/bsd.pkg.mk"