1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/editors/nedit/Makefile
Steve Wills 888f81fab8 editors/nedit: Fix broken MASTER_SITES
PR:		243563
Reported by:	Anders <aesirheim@gmail.com>
2020-02-04 14:20:11 +00:00

39 lines
794 B
Makefile

# Created by: Daniel Eischen <deischen@FreeBSD.org>
# $FreeBSD$
PORTNAME= nedit
PORTVERSION= 5.7
CATEGORIES= editors
MASTER_SITES= LOCAL/swills
DISTFILES= nedit-${PORTVERSION}-src.tar.gz \
nedit.app-defaults
EXTRACT_ONLY= nedit-${PORTVERSION}-src.tar.gz
MAINTAINER= swills@FreeBSD.org
COMMENT= X11/Motif GUI text editor for programs and plain text files
LICENSE= GPLv1
USES= motif perl5 xorg
USE_PERL5= build
ALL_TARGET= freebsd
PLIST_FILES= bin/nclient \
bin/nedit \
lib/X11/app-defaults/NEdit.ad \
man/man1/nclient.1.gz \
man/man1/nedit.1.gz
post-extract:
${CP} ${DISTDIR}/nedit.app-defaults ${WRKSRC}/NEdit.ad
post-build:
cd ${WRKSRC} && make docs
post-install::
.for file in nedit nclient
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${file}
.endfor
.include <bsd.port.mk>