summaryrefslogtreecommitdiff
path: root/editors/lpe/Makefile
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-05-15 21:02:16 +0000
committersalo <salo@pkgsrc.org>2003-05-15 21:02:16 +0000
commite36834e48c0085c9167a32e60647130fb1028082 (patch)
tree93e623628b4600c16228ddf8d5eada775194abfb /editors/lpe/Makefile
parentd7f95160ee0de50fb676e93e3b76b4f45409e0a5 (diff)
downloadpkgsrc-e36834e48c0085c9167a32e60647130fb1028082.tar.gz
Import of lpe-1.2.6: Small and efficient programmer's editor for UNIX systems.
LPE is a small, efficient programmer's editor for UNIX systems. It has grown from the result of a single night of hacking into a very capable and very versatile editor that defines it's own philosophy opf text editing. That philosophy is that awk and sed are the right tools for most advanced editing jobs, and a text editor should make simple operations easy and make text look good. Package provided by Juan RP via pkgsrc-wip with modifications by me.
Diffstat (limited to 'editors/lpe/Makefile')
-rw-r--r--editors/lpe/Makefile37
1 files changed, 37 insertions, 0 deletions
diff --git a/editors/lpe/Makefile b/editors/lpe/Makefile
new file mode 100644
index 00000000000..ce51090e5fc
--- /dev/null
+++ b/editors/lpe/Makefile
@@ -0,0 +1,37 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/05/15 21:02:16 salo Exp $
+#
+
+DISTNAME= lpe-1.2.6
+CATEGORIES= editors
+MASTER_SITES= ftp://ftp.sasknow.com/pub/ \
+ ftp://ftp.twu.net/users/cdsmith/lpe/
+
+MAINTAINER= jrp@hispabsd.org
+HOMEPAGE= http://cdsmith.twu.net/professional/opensource/lpe.html
+COMMENT= Small and efficient programmer's editor for UNIX systems
+
+BUILD_USES_MSGFMT= YES
+
+USE_BUILDLINK2= YES
+USE_PKGLOCALEDIR= YES
+USE_PKGINSTALL= YES
+USE_LIBTOOL= YES
+USE_GMAKE= YES
+GNU_CONFIGURE= YES
+
+SHLIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
+CONFIGURE_ENV= EXPORT_SYMBOLS_LDFLAGS="${EXPORT_SYMBOLS_LDFLAGS}"
+MAKE_ENV= EXPORT_SYMBOLS_LDFLAGS="${EXPORT_SYMBOLS_LDFLAGS}"
+CFLAGS= -DPREFIX=\"\\\"${PREFIX}\\\"\"
+
+post-patch:
+ @cd ${WRKSRC}/man && \
+ for f in cs de en es; do \
+ ${MV} lpe.1.$${f} lpe.1.$${f}.orig; \
+ ${SED} ${FILES_SUBST_SED} lpe.1.$${f}.orig > lpe.1.$${f}; \
+ done
+
+.include "../../devel/libslang/buildlink2.mk"
+
+.include "../../mk/bsd.pkg.mk"