1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/editors/lpe/Makefile

27 lines
629 B
Makefile
Raw Normal View History

# New ports collection makefile for: lpe
1999-07-04 18:35:32 +00:00
# Version required: 1.2.2
# Date created: 12 April 1999
1999-06-19 05:27:09 +00:00
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
1999-07-04 18:35:32 +00:00
# $Id: Makefile,v 1.4 1999/06/19 05:26:23 cpiazza Exp $
#
1999-07-04 18:35:32 +00:00
DISTNAME= lpe-1.2.2
CATEGORIES= editors
MASTER_SITES= http://cdsmith.twu.net/lpe/
1999-06-19 05:27:09 +00:00
MAINTAINER= cpiazza@FreeBSD.org
1999-06-19 05:27:09 +00:00
LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang \
intl.1:${PORTSDIR}/devel/gettext
USE_GMAKE= yes
1999-06-19 05:27:09 +00:00
USE_LIBTOOL= yes
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-ltermcap"
1999-07-04 18:35:32 +00:00
CONFIGURE_ARGS= --includedir=${LOCALBASE}/include
MAN1= lpe.1
.include <bsd.port.mk>