2013-09-20 18:36:23 +02:00
|
|
|
# Created by: Daniel Eischen <deischen@FreeBSD.org>
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1997-02-18 07:00:30 +01:00
|
|
|
|
2000-04-14 02:25:54 +02:00
|
|
|
PORTNAME= nedit
|
2015-04-03 18:47:55 +02:00
|
|
|
PORTVERSION= 5.6
|
2015-05-02 17:54:48 +02:00
|
|
|
PORTREVISION= 1
|
1998-07-28 01:25:33 +02:00
|
|
|
CATEGORIES= editors
|
2014-07-02 16:42:40 +02:00
|
|
|
MASTER_SITES= http://people.freebsd.org/~deischen/distfiles/ \
|
2015-05-14 12:15:04 +02:00
|
|
|
SF/${PORTNAME}/${PORTNAME}-source \
|
2014-07-02 16:42:40 +02:00
|
|
|
ftp://ftp.nluug.nl/pub/editors/NEdit/contrib/misc/
|
2015-05-02 17:54:48 +02:00
|
|
|
DISTFILES= nedit-5.6a-src.tar.gz nedit.app-defaults
|
|
|
|
EXTRACT_ONLY= nedit-5.6a-src.tar.gz
|
1996-04-09 13:03:13 +02:00
|
|
|
|
2018-06-01 22:23:02 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-07-10 08:49:35 +02:00
|
|
|
COMMENT= X11/Motif GUI text editor for programs and plain text files
|
2014-06-23 18:48:53 +02:00
|
|
|
|
2011-04-10 20:33:26 +02:00
|
|
|
LICENSE= GPLv1
|
1996-04-09 13:03:13 +02:00
|
|
|
|
2015-05-04 09:16:56 +02:00
|
|
|
USES= motif perl5
|
|
|
|
USE_PERL5= build
|
2000-03-27 05:50:46 +02:00
|
|
|
ALL_TARGET= freebsd
|
1996-04-09 13:03:13 +02:00
|
|
|
|
2015-04-03 18:47:55 +02:00
|
|
|
PLIST_FILES= bin/nclient \
|
|
|
|
bin/nedit \
|
|
|
|
man/man1/nclient.1.gz \
|
|
|
|
man/man1/nedit.1.gz \
|
|
|
|
lib/X11/app-defaults/NEdit.ad
|
|
|
|
|
1996-04-09 13:03:13 +02:00
|
|
|
post-extract:
|
2001-10-07 21:15:29 +02:00
|
|
|
${CP} ${DISTDIR}/nedit.app-defaults ${WRKSRC}/NEdit.ad
|
1996-04-09 13:03:13 +02:00
|
|
|
|
2015-04-03 18:47:55 +02:00
|
|
|
post-build:
|
|
|
|
cd ${WRKSRC} && make docs
|
|
|
|
|
2014-06-23 18:48:53 +02:00
|
|
|
post-install::
|
|
|
|
.for file in nedit nclient
|
|
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${file}
|
|
|
|
.endfor
|
|
|
|
|
1996-04-09 13:03:13 +02:00
|
|
|
.include <bsd.port.mk>
|