pkgsrc/editors/jed/Makefile.common
agc 30b55df38e Convert all occurrences (353 by my count) of
MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
2017-01-19 18:52:01 +00:00

34 lines
971 B
Text

# $NetBSD: Makefile.common,v 1.14 2017/01/19 18:52:08 agc Exp $
#
# used by editors/jed/Makefile
# used by editors/xjed/Makefile
DISTNAME= jed-0.99-16
CATEGORIES= editors
MASTER_SITES= ftp://space.mit.edu/pub/davis/jed/v0.99/
MASTER_SITES+= ftp://ftp.fu-berlin.de/pub/unix/editors/jed/v0.99/
MASTER_SITES+= ftp://ftp.ntua.gr/pub/lang/slang/jed/v0.99/
MASTER_SITES+= ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/jed/v0.99/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@gmx.net
HOMEPAGE= http://www.jedsoft.org/jed/
MAKE_JOBS_SAFE= no
GNU_CONFIGURE= yes
LIBS.SunOS+= -lnsl -lresolv
EGDIR= ${PREFIX}/share/examples/jed
CONF_FILES= ${EGDIR}/jed.conf ${PREFIX}/etc/jed.conf
INSTALLATION_DIRS+= ${EGDIR}
post-install:
${RMDIR} ${DESTDIR}${PREFIX}/share/jed/bin
${RMDIR} ${DESTDIR}${PREFIX}/share/jed/lib/tm
${INSTALL_DATA} ${WRKSRC}/lib/jed.conf ${DESTDIR}${EGDIR}
.include "../../devel/libslang/buildlink3.mk"
.include "../../mk/termcap.buildlink3.mk"