blob: 61dff34fa95539cacdaa3a12ba9dd563837181d0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
# 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= 4
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.pre.mk>
.if ( ${ARCH} == "sparc64" )
BROKEN= "Does not compile on sparc64 (dynamic lib issues)"
.endif
.include <bsd.port.post.mk>
|