27384a8851
Changes: (changelog from debian/changelog with Debian-specific entries omitted) 3.0.17 ------ * Fix alignment issue in gopher directories. Closes: #789892. 3.0.16 ------ * Bump compat to 9. Closes: #817485. 3.0.15 ------ * Correct possible segfault in option parsing. Closes #715977, #715978. 3.0.14 ------ * Fix Debian (Closes: #798758) thanks to patch from Axel Beckert + Use autoconf and gnulib instead of autoconf2.13. 3.0.13 ------ * More changes to download.c to prefer getcwd() to get_current_dir_name(). Closes: #366560. 3.0.12 ------ * Applied patch to make it build for Hurd. Closes: #346447.
30 lines
899 B
Makefile
30 lines
899 B
Makefile
# $NetBSD: Makefile,v 1.24 2019/10/04 09:34:41 leot Exp $
|
|
#
|
|
|
|
DISTNAME= gopher_3.0.17
|
|
PKGNAME= ${DISTNAME:S/_/-/}
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://gopher.quux.org:70/devel/gopher/Downloads/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= gopher://quux.org/1/devel/gopher/
|
|
COMMENT= Distributed document delivery client
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
WRKSRC= ${WRKDIR}/gopher-release-${PKGVERSION_NOREV}
|
|
PKG_SYSCONFSUBDIR?= ${PKGBASE}
|
|
EGDIR= ${PREFIX}/share/examples/gopher
|
|
MAKE_ENV+= EGDIR=${EGDIR:Q}
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake
|
|
|
|
CONFIGURE_ARGS+= --disable-auth
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
|
|
|
|
CONF_FILES+= ${EGDIR}/gopher.hlp ${PKG_SYSCONFDIR}/gopher.hlp
|
|
CONF_FILES+= ${EGDIR}/gopher.rc ${PKG_SYSCONFDIR}/gopher.rc
|
|
CONF_FILES+= ${EGDIR}/gopherremote.rc ${PKG_SYSCONFDIR}/gopherremote.rc
|
|
|
|
.include "../../mk/curses.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|