freebsd-ports/security/proxycheck/Makefile
Yen-Ming Lee 2a84556496 removed un-versioned HTML file from DISTFILES,
added example content to man page (to be merged with original dist next version)

PR:		53919
Submitted by:	Paul Chvostek <paul+fbsd@it.ca>
2003-06-30 17:30:07 +00:00

28 lines
660 B
Makefile

# New ports collection makefile for: proxycheck
# Date created: Fri Jun 13 02:26:04 EDT 2003
# Whom: Paul Chvostek <paul@it.ca>
#
# $FreeBSD$
#
PORTNAME= proxycheck
PORTVERSION= 0.45
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.corpit.ru/mjt/proxycheck/ \
http://www.it.ca/~paul/src/
MAINTAINER= paul+ports@it.ca
COMMENT= Check for open proxy servers
MAN1= proxycheck.1
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/proxycheck ${PREFIX}/sbin/
@${INSTALL_MAN} ${WRKSRC}/proxycheck.1 ${PREFIX}/man/man1/
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/CHANGES ${DOCSDIR}
.endif
.include <bsd.port.mk>