1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/irc/dircproxy-devel/Makefile
Ying-Chieh Liao 12b8527610 upgrade to 1.0.5
make portlint happy

PR:		43657
Submitted by:	maintainer
2003-01-03 06:37:28 +00:00

23 lines
445 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= lester@mazpe.net
GNU_CONFIGURE= yes
MAN1= dircproxy.1 dircproxy-crypt.1
post-install:
@${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE}
.include <bsd.port.mk>