freebsd-ports/irc/dircproxy-devel/Makefile
George C A Reid e64991fd05 Update to 1.0.2
Submitted by:	Scott James Remnant <scott@netsplit.com> (author)
2002-01-06 21:05:22 +00:00

23 lines
479 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.2
CATEGORIES= irc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
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>