pkgsrc/editors/jed/Makefile.common
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

34 lines
975 B
Text

# $NetBSD: Makefile.common,v 1.15 2020/01/26 17:31:06 rillig 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= https://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"