freebsd-ports/editors/lpe/Makefile
Chris Piazza 512dfb1eed Fix packaging for this port.
It doesn't seem to be installing static libraries any more, this
is probably related to the libtool changes.
1999-09-17 18:21:29 +00:00

28 lines
625 B
Makefile

# New ports collection makefile for: lpe
# Version required: 1.2.2
# Date created: 12 April 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
#
DISTNAME= lpe-1.2.2
CATEGORIES= editors
MASTER_SITES= http://cdsmith.twu.net/lpe/
MAINTAINER= cpiazza@FreeBSD.org
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
.include <bsd.port.mk>