1999-04-14 05:56:14 +00:00
|
|
|
# New ports collection makefile for: lpe
|
|
|
|
# Date created: 12 April 1999
|
1999-06-19 05:27:09 +00:00
|
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
1999-04-14 05:56:14 +00:00
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1999-04-14 05:56:14 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 00:25:54 +00:00
|
|
|
PORTNAME= lpe
|
|
|
|
PORTVERSION= 1.2.4
|
1999-04-14 05:56:14 +00:00
|
|
|
CATEGORIES= editors
|
|
|
|
MASTER_SITES= http://cdsmith.twu.net/lpe/
|
|
|
|
|
2000-06-20 21:45:58 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1999-04-14 05:56:14 +00:00
|
|
|
|
1999-06-19 05:27:09 +00:00
|
|
|
LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang \
|
|
|
|
intl.1:${PORTSDIR}/devel/gettext
|
1999-04-14 05:56:14 +00:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
1999-06-19 05:27:09 +00:00
|
|
|
USE_LIBTOOL= yes
|
1999-09-17 18:21:29 +00:00
|
|
|
CONFIGURE_ENV= LDFLAGS="-L${PREFIX}/lib -L${LOCALBASE}/lib" \
|
|
|
|
CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include" \
|
1999-06-19 05:27:09 +00:00
|
|
|
LIBS="-ltermcap"
|
1999-07-04 18:35:32 +00:00
|
|
|
CONFIGURE_ARGS= --includedir=${LOCALBASE}/include
|
1999-04-14 05:56:14 +00:00
|
|
|
|
|
|
|
MAN1= lpe.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|