2001-03-10 20:49:24 +01:00
|
|
|
# New ports collection makefile for: dircproxy
|
|
|
|
# Date created: 11 January 2001
|
|
|
|
# Whom: George Reid <greid@ukug.uk.freebsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= dircproxy
|
2002-01-06 22:05:22 +01:00
|
|
|
PORTVERSION= 1.0.2
|
2001-03-10 20:49:24 +01:00
|
|
|
CATEGORIES= irc
|
2002-01-06 22:05:22 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2001-03-10 20:49:24 +01:00
|
|
|
|
2001-07-13 20:03:27 +02:00
|
|
|
MAINTAINER= greid@FreeBSD.org
|
2001-03-10 20:49:24 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= dircproxy.1 dircproxy-crypt.1
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|