1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/editors/lpe/Makefile
Michael Haro 2c670855c0 Update maintainer email
PR:		26109
Submitted by:	    maintainer
2001-04-02 06:32:55 +00:00

31 lines
713 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.5
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://cdsmith.twu.net/opensource/lpe/
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= LoRd_CJ@dalusers.com
LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang \
intl.1:${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 cz de es fr pl ru
.include <bsd.port.mk>