summaryrefslogtreecommitdiff
path: root/misc/pdmenu/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-01-18 04:42:16 +0000
committerSteve Price <steve@FreeBSD.org>1999-01-18 04:42:16 +0000
commit1d080781b8e35f45fb19955a776cbdb5ac541542 (patch)
tree462dd71444b2ad96d158a4b8190cfc6dea763262 /misc/pdmenu/Makefile
parentActivate the ng-canna port. (diff)
Initial import of pdmenu version 1.2.38.
A simple console menu program. PR: 9439 Submitted by: Neil Blakey-Milner <nbm@rucus.ru.ac.za>
Notes
Notes: svn path=/head/; revision=16165
Diffstat (limited to 'misc/pdmenu/Makefile')
-rw-r--r--misc/pdmenu/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/misc/pdmenu/Makefile b/misc/pdmenu/Makefile
new file mode 100644
index 000000000000..0e80f129bd17
--- /dev/null
+++ b/misc/pdmenu/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: pdmenu
+# Version required: 1.2.38
+# Date created: 14 December 1998
+# Whom: Neil Blakey-Milner <nbm@rucus.ru.ac.za>
+#
+# $Id$
+
+DISTNAME= pdmenu_1.2.38
+PKGNAME= pdmenu-1.2.38
+CATEGORIES= misc
+MASTER_SITES= http://kitenet.net/programs/code/pdmenu/
+
+MAINTAINER= nbm@rucus.ru.ac.za
+
+LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang
+
+WRKSRC= ${WRKDIR}/${PKGNAME}
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+MAN1= pdmenu.1
+MAN5= pdmenurc.5
+
+CONFIGURE_ENV= SLANG_LIB_LOC='${PREFIX}/lib' \
+ SLANG_H_LOC='${PREFIX}/include/slang.h'
+
+pre-install:
+ ${MKDIR} ${PREFIX}/lib/pdmenu
+
+.include <bsd.port.mk>