freebsd-ports/editors/lpe/Makefile

36 lines
833 B
Makefile
Raw Normal View History

# 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-08-25 07:57:29 +02:00
# $FreeBSD$
#
2000-04-14 02:25:54 +02:00
PORTNAME= lpe
PORTVERSION= 1.2.6
PORTREVISION= 6
CATEGORIES= editors
MASTER_SITES= ftp://ftp.sasknow.com/pub/ \
ftp://ftp.twu.net/users/cdsmith/lpe/
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= pgollucci@FreeBSD.org
2003-02-21 12:38:28 +01:00
COMMENT= A "lightweight programmer's editor" with syntax highlighting
LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2
2009-05-16 08:37:16 +02:00
MAKE_JOBS_UNSAFE= yes
USE_AUTOTOOLS= libtool:22
USE_GETTEXT= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
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
MAN1= lpe.1
MANLANG= "" bg cs de es fr pl ru
2005-04-10 23:14:31 +02:00
.include <bsd.port.mk>