1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/www/gnuinfo/Makefile
Pav Lucistnik 1f2b4b700d Security: try to fix possible buffer overflows or somesuch
PR:		ports/90317
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2005-12-18 23:15:03 +00:00

33 lines
699 B
Makefile

# New ports collection makefile for: gnuinfo
# Date created: Tue Oct 12 00:02:04 MET DST 1999
# Whom: Juergen Lock <nox@jelal.kn-bremen.de>
#
# $FreeBSD$
#
PORTNAME= gnuinfo
PORTVERSION= 1.3
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= # disappeared
MAINTAINER= nox@jelal.kn-bremen.de
COMMENT= CGI program to convert GNU .info files into html
DEPRECATED= mastersite disappeared
EXPIRATION_DATE= 2006-01-24
NO_WRKSUBDIR= yes
###
# Use these options for Apache:
###
CGIDIR= ${PREFIX}/share/apache/cgi-bin
do-install:
${MKDIR} ${CGIDIR}
${INSTALL_PROGRAM} ${WRKSRC}/gnuinfo ${CGIDIR}
${INSTALL_SCRIPT} ${FILESDIR}/gnuinfo.local ${FILESDIR}/gnuinfo.X11R6 ${CGIDIR}
.include <bsd.port.mk>