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.
22 lines
620 B
Makefile
22 lines
620 B
Makefile
# $NetBSD: Makefile,v 1.6 2014/05/29 23:37:00 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= topless-1.52
|
|
PKGREVISION= 3
|
|
CATEGORIES= misc sysutils
|
|
MASTER_SITES= http://people.freebsd.org/~daichi/src/
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://bloghome.lovepeers.org/daymemo2/files/2005/0613/topless.html
|
|
COMMENT= Display command output on the whole screen like ``top''
|
|
LICENSE= 2-clause-bsd
|
|
|
|
USE_TOOLS+= perl pod2man
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/topless ${DESTDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/topless.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|