freebsd-ports/irc/dircproxy-devel/Makefile
Edwin Groothuis 03f8a6f768 ports with possibly unreachable MAINTAINERs
*** addresses that may be dead, even though the error is temporary:
*** addresses that seem to be dead, but give a hint to a new address:

PR:		ports/58694
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-11-02 03:36:45 +00:00

23 lines
504 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.5
CATEGORIES= irc
MASTER_SITES= ftp://ftp.netsplit.com/pub/dircproxy/stable/
MAINTAINER= ports@FreeBSD.org
COMMENT= A detachable irc proxy server with many features
GNU_CONFIGURE= yes
MAN1= dircproxy.1 dircproxy-crypt.1
post-install:
@${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE}
.include <bsd.port.mk>