aboutsummaryrefslogtreecommitdiff
path: root/misc/pdmenu/Makefile
diff options
context:
space:
mode:
authorNeil Blakey-Milner <nbm@FreeBSD.org>2003-08-19 18:38:43 +0000
committerNeil Blakey-Milner <nbm@FreeBSD.org>2003-08-19 18:38:43 +0000
commitb001479f105109f2ac3278889f4c51cc6d21c574 (patch)
treed97b60f41b75f65adc691d384385b4a9d772ded6 /misc/pdmenu/Makefile
parentace30ffea2bf81ef88dd3c0495c0092ae1c0bd39 (diff)
downloadports-b001479f105109f2ac3278889f4c51cc6d21c574.tar.gz
ports-b001479f105109f2ac3278889f4c51cc6d21c574.zip
Update pdmenu to 1.2.81, fix fetching problems.
PR: 53364 Submitted by: Mark Linimon <linimon@lonesome.com>
Notes
Notes: svn path=/head/; revision=87314
Diffstat (limited to 'misc/pdmenu/Makefile')
-rw-r--r--misc/pdmenu/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/misc/pdmenu/Makefile b/misc/pdmenu/Makefile
index 78ccf641d4e9..635bcbf47c33 100644
--- a/misc/pdmenu/Makefile
+++ b/misc/pdmenu/Makefile
@@ -5,12 +5,11 @@
# $FreeBSD$
PORTNAME= pdmenu
-PORTVERSION= 1.2.65
+PORTVERSION= 1.2.81
CATEGORIES= misc
-# http://kitenet.net is unreachable for a long time now, asked the
-# author and maintaier for a known replacement - edwin 20021227
-MASTER_SITES= http://kitenet.net/programs/code/pdmenu/
+MASTER_SITES= http://kitenet.net/programs/pdmenu/
DISTNAME= pdmenu_${PORTVERSION}
+#BROKEN= "can't find required slang library or library is obsolete"
MAINTAINER= nbm@FreeBSD.org
COMMENT= A simple console menu program
@@ -24,10 +23,13 @@ WRKSRC= ${WRKDIR}/pdmenu
MAN1= pdmenu.1
MAN5= pdmenurc.5
+CC+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
+
CONFIGURE_ENV= SLANG_LIB_LOC='${PREFIX}/lib' \
SLANG_H_LOC='${PREFIX}/include/slang.h'
pre-install:
${MKDIR} ${PREFIX}/lib/pdmenu
+ ${MKDIR} ${PREFIX}/share/pdmenu
.include <bsd.port.mk>