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.
22 lines
620 B
Makefile
22 lines
620 B
Makefile
# $NetBSD: Makefile,v 1.5 2013/05/31 12:41:29 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= topless-1.52
|
|
PKGREVISION= 2
|
|
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"
|