f18cbf2fa6
- switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr
31 lines
692 B
Makefile
31 lines
692 B
Makefile
# New ports collection makefile for: lpe
|
|
# Date created: 12 April 1999
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= lpe
|
|
PORTVERSION= 1.2.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ftp://ftp.twu.net/users/cdsmith/lpe/
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ryan@sasknow.com
|
|
|
|
LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang \
|
|
intl.2:${PORTSDIR}/devel/gettext
|
|
|
|
USE_GMAKE= yes
|
|
USE_LIBTOOL= yes
|
|
CONFIGURE_ENV= LDFLAGS="-L${PREFIX}/lib -L${LOCALBASE}/lib" \
|
|
CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include" \
|
|
LIBS="-ltermcap"
|
|
CONFIGURE_ARGS= --includedir=${LOCALBASE}/include
|
|
|
|
MAN1= lpe.1
|
|
MANLANG= bg cs de es fr pl ru
|
|
|
|
.include <bsd.port.mk>
|