summaryrefslogtreecommitdiff
path: root/misc/portless/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/portless/Makefile')
-rw-r--r--misc/portless/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/misc/portless/Makefile b/misc/portless/Makefile
new file mode 100644
index 000000000000..1c073309ed55
--- /dev/null
+++ b/misc/portless/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: portless
+# Date created: 8 June 2006
+# Whom: Martin Kammerhofer
+#
+# $FreeBSD$
+#
+
+PORTNAME= portless
+PORTVERSION= 0.1
+CATEGORIES= misc
+MASTER_SITES= # empty
+DISTFILES= # none
+EXTRACT_ONLY= # empty
+
+MAINTAINER= mkamm@gmx.net
+COMMENT= Quick display of files inside the FreeBSD ports tree
+
+RUN_DEPENDS= less:${PORTSDIR}/sysutils/less
+
+NO_BUILD= yes
+MAN1= portless.1
+MANCOMPRESSED= no
+
+PLIST_FILES= bin/portless
+
+do-install:
+ ${INSTALL_SCRIPT} ${FILESDIR}/portless.sh ${PREFIX}/bin/portless
+ ${INSTALL_MAN} ${FILESDIR}/portless.1 ${PREFIX}/man/man1
+
+.include <bsd.port.mk>