mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
34 lines
805 B
Makefile
34 lines
805 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= 5
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ftp://ftp.sasknow.com/pub/ \
|
|
ftp://ftp.twu.net/users/cdsmith/lpe/
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A "lightweight programmer's editor" with syntax highlighting
|
|
|
|
LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
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" \
|
|
LIBS="-ltermcap"
|
|
CONFIGURE_ARGS= --includedir=${LOCALBASE}/include
|
|
|
|
MAN1= lpe.1
|
|
MANLANG= "" bg cs de es fr pl ru
|
|
|
|
.include <bsd.port.mk>
|