Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

25
editors/fe/Makefile Normal file
View File

@@ -0,0 +1,25 @@
# $NetBSD: Makefile,v 1.14 2012/10/03 11:43:33 asau Exp $
DISTNAME= fe-1.8
PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= http://www.moria.de/~michael/fe/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.moria.de/~michael/fe/
COMMENT= Folding editor
GNU_CONFIGURE= yes
USE_TOOLS+= msgfmt
BROKEN_GETTEXT_DETECTION= yes
INSTALLATION_DIRS= share/doc/fe
post-install:
${INSTALL_DATA} ${WRKSRC}/fe.ps ${DESTDIR}${PREFIX}/share/doc/fe/fe.ps
${INSTALL_DATA} ${WRKSRC}/feref.ps ${DESTDIR}${PREFIX}/share/doc/fe/feref.ps
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"