57df33407a
Updates net/Geomyidae[1] gopher server package to current release (0.12) which includes the following changes: - fixes script.cgi user/group permissions security issue [2] - changes the default logging level from 7 to 15 - updates files/Geomyidae.sh and Geomyidae.8 [1] http://www.r-36.net/ [2] patch by jneitzel@freeshell.org (I only tested install and deinstall -- reed.)
30 lines
827 B
Makefile
30 lines
827 B
Makefile
# $NetBSD: Makefile,v 1.2 2008/08/12 14:59:44 reed Exp $
|
|
#
|
|
|
|
DISTNAME= Geomyidae-0.12
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.r-36.net/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= jgw@freeshell.org
|
|
HOMEPAGE= http://www.r-36.net/
|
|
COMMENT= Gopher daemon for Linux/BSD
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
NO_CONFIGURE= yes
|
|
|
|
EGDIR= ${PREFIX}/share/examples/Geomyidae
|
|
DOCDIR= ${PREFIX}/share/doc/Geomyidae
|
|
RCD_SCRIPTS= Geomyidae
|
|
|
|
INSTALLATION_DIRS= sbin ${PKGMANDIR}/man8 ${EGDIR} ${DOCDIR}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/Geomyidae ${DESTDIR}${PREFIX}/sbin
|
|
${INSTALL_MAN} ${WRKSRC}/Geomyidae.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${DOCDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/LICENSE ${DESTDIR}${DOCDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/index.gph ${DESTDIR}${EGDIR}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|