1999-04-14 07:56:14 +02:00
|
|
|
# New ports collection makefile for: lpe
|
|
|
|
# Date created: 12 April 1999
|
1999-06-19 07:27:09 +02:00
|
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
1999-04-14 07:56:14 +02:00
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1999-04-14 07:56:14 +02:00
|
|
|
#
|
|
|
|
|
2000-04-14 02:25:54 +02:00
|
|
|
PORTNAME= lpe
|
2001-12-21 09:34:33 +01:00
|
|
|
PORTVERSION= 1.2.6
|
2010-05-31 04:01:56 +02:00
|
|
|
PORTREVISION= 8
|
1999-04-14 07:56:14 +02:00
|
|
|
CATEGORIES= editors
|
2002-08-21 21:22:34 +02:00
|
|
|
MASTER_SITES= ftp://ftp.sasknow.com/pub/ \
|
|
|
|
ftp://ftp.twu.net/users/cdsmith/lpe/
|
2001-01-26 20:56:01 +01:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
1999-04-14 07:56:14 +02:00
|
|
|
|
2010-02-10 22:47:48 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 12:38:28 +01:00
|
|
|
COMMENT= A "lightweight programmer's editor" with syntax highlighting
|
1999-04-14 07:56:14 +02:00
|
|
|
|
2009-02-08 04:14:14 +01:00
|
|
|
LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2
|
1999-04-14 07:56:14 +02:00
|
|
|
|
2009-05-16 08:37:16 +02:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2004-02-04 05:36:30 +01:00
|
|
|
USE_GETTEXT= yes
|
1999-04-14 07:56:14 +02:00
|
|
|
USE_GMAKE= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
1999-09-17 20:21:29 +02:00
|
|
|
CONFIGURE_ENV= LDFLAGS="-L${PREFIX}/lib -L${LOCALBASE}/lib" \
|
|
|
|
CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include" \
|
1999-06-19 07:27:09 +02:00
|
|
|
LIBS="-ltermcap"
|
1999-07-04 20:35:32 +02:00
|
|
|
CONFIGURE_ARGS= --includedir=${LOCALBASE}/include
|
1999-04-14 07:56:14 +02:00
|
|
|
|
2001-01-26 20:56:01 +01:00
|
|
|
MAN1= lpe.1
|
2005-01-13 00:49:47 +01:00
|
|
|
MANLANG= "" bg cs de es fr pl ru
|
1999-04-14 07:56:14 +02:00
|
|
|
|
2005-04-10 23:14:31 +02:00
|
|
|
.include <bsd.port.mk>
|