mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
3f651573ad
Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
33 lines
775 B
Makefile
33 lines
775 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= 3
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ftp://ftp.sasknow.com/pub/ \
|
|
ftp://ftp.twu.net/users/cdsmith/lpe/
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ryan@sasknow.com
|
|
COMMENT= A "lightweight programmer's editor" with syntax highlighting
|
|
|
|
LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang
|
|
|
|
USE_GETTEXT= yes
|
|
USE_GMAKE= yes
|
|
USE_LIBTOOL_VER=13
|
|
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>
|