freebsd-ports/irc/dircproxy/Makefile
George C A Reid 5a013b1484 Update to version 1.0.1
Submitted by:	Scott Remnant <scott@netsplit.com>
2001-07-13 18:03:27 +00:00

23 lines
471 B
Makefile

# New ports collection makefile for: dircproxy
# Date created: 11 January 2001
# Whom: George Reid <greid@ukug.uk.freebsd.org>
#
# $FreeBSD$
#
PORTNAME= dircproxy
PORTVERSION= 1.0.1
CATEGORIES= irc
MASTER_SITES= ftp://dircproxy.sourceforge.net/pub/dircproxy/1.0/
MAINTAINER= greid@FreeBSD.org
GNU_CONFIGURE= yes
MAN1= dircproxy.1 dircproxy-crypt.1
post-install:
@${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE}
.include <bsd.port.mk>