diff options
author | will <will@FreeBSD.org> | 2001-03-11 03:49:24 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-03-11 03:49:24 +0800 |
commit | a339754505fc1b2c42f0cb54dad5ea85b4f90994 (patch) | |
tree | 58b65dfe365f8dff5afc91a5ceed1fea24c06655 /irc/dircproxy/Makefile | |
parent | fa9cf767054fbcf6d37544f609371783be9f6cc2 (diff) | |
download | freebsd-ports-gnome-a339754505fc1b2c42f0cb54dad5ea85b4f90994.tar.gz freebsd-ports-gnome-a339754505fc1b2c42f0cb54dad5ea85b4f90994.tar.zst freebsd-ports-gnome-a339754505fc1b2c42f0cb54dad5ea85b4f90994.zip |
Add dircproxy 1.0.0, a detachable irc proxy server with many features.
PR: 24255
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Diffstat (limited to 'irc/dircproxy/Makefile')
-rw-r--r-- | irc/dircproxy/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/irc/dircproxy/Makefile b/irc/dircproxy/Makefile new file mode 100644 index 000000000000..be6ccbb93cbc --- /dev/null +++ b/irc/dircproxy/Makefile @@ -0,0 +1,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.0 +CATEGORIES= irc +MASTER_SITES= ftp://dircproxy.sourceforge.net/pub/dircproxy/1.0/ + +MAINTAINER= greid@ukug.uk.freebsd.org + +GNU_CONFIGURE= yes + +MAN1= dircproxy.1 dircproxy-crypt.1 + +post-install: + @${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE} + +.include <bsd.port.mk> |