2006-02-06 00:08:03 +01:00
|
|
|
# $NetBSD: Makefile,v 1.17 2006/02/05 23:08:57 joerg Exp $
|
2003-05-15 23:02:16 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= lpe-1.2.6
|
2006-02-06 00:08:03 +01:00
|
|
|
PKGREVISION= 3
|
2003-05-15 23:02:16 +02:00
|
|
|
CATEGORIES= editors
|
|
|
|
MASTER_SITES= ftp://ftp.sasknow.com/pub/ \
|
|
|
|
ftp://ftp.twu.net/users/cdsmith/lpe/
|
|
|
|
|
2004-05-07 03:14:46 +02:00
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
2003-05-15 23:02:16 +02:00
|
|
|
HOMEPAGE= http://cdsmith.twu.net/professional/opensource/lpe.html
|
|
|
|
COMMENT= Small and efficient programmer's editor for UNIX systems
|
|
|
|
|
|
|
|
BUILD_USES_MSGFMT= YES
|
|
|
|
|
|
|
|
USE_PKGLOCALEDIR= YES
|
|
|
|
USE_LIBTOOL= YES
|
2005-05-22 22:07:36 +02:00
|
|
|
USE_TOOLS+= gmake
|
2003-05-15 23:02:16 +02:00
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
|
2004-02-14 18:21:32 +01:00
|
|
|
SHLIBTOOL_OVERRIDE= libtool
|
2003-05-15 23:02:16 +02:00
|
|
|
|
2005-12-18 21:57:26 +01:00
|
|
|
# Note: pkglint warns about the following three lines, but they must not
|
|
|
|
# be changed because this package uses autoconf2.13.
|
|
|
|
CONFIGURE_ENV= EXPORT_SYMBOLS_LDFLAGS="${EXPORT_SYMBOLS_LDFLAGS}"
|
|
|
|
MAKE_ENV= EXPORT_SYMBOLS_LDFLAGS="${EXPORT_SYMBOLS_LDFLAGS}"
|
|
|
|
CFLAGS= -DPREFIX="\"${PREFIX}\""
|
2003-05-15 23:02:16 +02:00
|
|
|
|
2006-01-04 18:11:03 +01:00
|
|
|
SUBST_CLASSES+= paths
|
|
|
|
SUBST_STAGE.paths= post-patch
|
|
|
|
SUBST_FILES.paths= man/lpe.1.cs man/lpe.1.de man/lpe.1.en man/lpe.1.es
|
|
|
|
SUBST_SED.paths= -e 's,@PREFIX@,${PREFIX},'
|
2003-05-15 23:02:16 +02:00
|
|
|
|
2004-04-11 10:14:24 +02:00
|
|
|
.include "../../devel/libslang/buildlink3.mk"
|
2003-05-15 23:02:16 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|