aboutsummaryrefslogtreecommitdiffstats
path: root/irc/dircproxy-devel/Makefile
blob: 18642ea14e7cb9283708ace6f551a1913c65759e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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>