freebsd-ports/editors/nedit/Makefile

41 lines
907 B
Makefile
Raw Normal View History

# Created by: Daniel Eischen <deischen@FreeBSD.org>
1999-08-25 07:57:29 +02:00
# $FreeBSD$
2000-04-14 02:25:54 +02:00
PORTNAME= nedit
2015-04-03 18:47:55 +02:00
PORTVERSION= 5.6
PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= http://people.freebsd.org/~deischen/distfiles/ \
SF/${PORTNAME}/${PORTNAME}-source \
ftp://ftp.nluug.nl/pub/editors/NEdit/contrib/misc/
DISTFILES= nedit-5.6a-src.tar.gz nedit.app-defaults
EXTRACT_ONLY= nedit-5.6a-src.tar.gz
MAINTAINER= ports@FreeBSD.org
2013-07-10 08:49:35 +02:00
COMMENT= X11/Motif GUI text editor for programs and plain text files
LICENSE= GPLv1
2015-05-04 09:16:56 +02:00
USES= motif perl5
USE_PERL5= build
ALL_TARGET= freebsd
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
post-extract:
2001-10-07 21:15:29 +02:00
${CP} ${DISTDIR}/nedit.app-defaults ${WRKSRC}/NEdit.ad
2015-04-03 18:47:55 +02:00
post-build:
cd ${WRKSRC} && make docs
post-install::
.for file in nedit nclient
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${file}
.endfor
.include <bsd.port.mk>