summaryrefslogtreecommitdiff
path: root/editors/lpe/Makefile
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-06-19 05:27:09 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-06-19 05:27:09 +0000
commit65ba71e8ec67782901f5cb96d98bf388d26a9af5 (patch)
tree182a47396d99087e0b1695b2eb35e534d6ce3cb7 /editors/lpe/Makefile
parentAdd some more MASTER_SITES which does absolutly nothing until someone (diff)
Update to 1.2.1
PR: 12287
Notes
Notes: svn path=/head/; revision=19552
Diffstat (limited to 'editors/lpe/Makefile')
-rw-r--r--editors/lpe/Makefile26
1 files changed, 10 insertions, 16 deletions
diff --git a/editors/lpe/Makefile b/editors/lpe/Makefile
index 10b85109f622..76d3b49bea95 100644
--- a/editors/lpe/Makefile
+++ b/editors/lpe/Makefile
@@ -1,31 +1,25 @@
# New ports collection makefile for: lpe
-# Version required: 1.1.8
+# Version required: 1.2.1
# Date created: 12 April 1999
-# Whom: Chris Piazza <cpiazza@home.net>
+# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
-# $Id: Makefile,v 1.2 1999/04/19 04:06:52 steve Exp $
+# $Id: Makefile,v 1.3 1999/04/22 23:11:08 mharo Exp $
#
-DISTNAME= lpe-1.1.9
+DISTNAME= lpe-1.2.1
CATEGORIES= editors
MASTER_SITES= http://cdsmith.twu.net/lpe/
-MAINTAINER= cpiazza@home.net
+MAINTAINER= cpiazza@FreeBSD.org
-LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang
+LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang \
+ intl.1:${PORTSDIR}/devel/gettext
USE_GMAKE= yes
+USE_LIBTOOL= yes
+CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-ltermcap"
MAN1= lpe.1
-post-patch:
- @${SED} -e s#__PREFIX__#${PREFIX}#g ${WRKSRC}/options.h > ${WRKSRC}/options.h.new
- @${MV} -f ${WRKSRC}/options.h.new ${WRKSRC}/options.h
-
-do-install:
- ${MKDIR} ${PREFIX}/lib/lpe
- ${INSTALL_PROGRAM} ${WRKSRC}/lpe ${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/*.so ${PREFIX}/lib/lpe
- ${INSTALL_MAN} ${WRKSRC}/lpe.1 ${PREFIX}/man/man1
-
.include <bsd.port.mk>