summaryrefslogtreecommitdiff
path: root/misc/topless/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/topless/Makefile')
-rw-r--r--misc/topless/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/misc/topless/Makefile b/misc/topless/Makefile
new file mode 100644
index 00000000000..adc8096846b
--- /dev/null
+++ b/misc/topless/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/11/29 07:32:17 obache Exp $
+#
+
+DISTNAME= topless-1.52
+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
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_TOOLS+= perl
+
+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"