diff options
author | jkh <jkh@FreeBSD.org> | 1998-01-15 14:44:50 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-01-15 14:44:50 +0800 |
commit | 492fbfb691d6ed3a867aa46a3ea5f896e214ff2d (patch) | |
tree | f84ef17473c1bc04f5b8aebdb8675ce8ee689f8a /irc/ircd-hybrid/Makefile | |
parent | 4fe5024ef305980c1b7b129acad36e830ae6c138 (diff) | |
download | freebsd-ports-gnome-492fbfb691d6ed3a867aa46a3ea5f896e214ff2d.tar.gz freebsd-ports-gnome-492fbfb691d6ed3a867aa46a3ea5f896e214ff2d.tar.zst freebsd-ports-gnome-492fbfb691d6ed3a867aa46a3ea5f896e214ff2d.zip |
A new ircd port for irc.freebsd.org.
Submitted by: Ken Monville <desmo@bandwidth.org>
Diffstat (limited to 'irc/ircd-hybrid/Makefile')
-rw-r--r-- | irc/ircd-hybrid/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/irc/ircd-hybrid/Makefile b/irc/ircd-hybrid/Makefile new file mode 100644 index 000000000000..e9223fc24a28 --- /dev/null +++ b/irc/ircd-hybrid/Makefile @@ -0,0 +1,22 @@ +# New port collection makefile for: ircd-hybrid +# Version required: 5 +# Date created: 9 January 1998 +# Whom: desmo@bandwidth.org +# +# $Id$ +# + +DISTNAME= ircd-hybrid-5 +CATEGORIES= net +MASTER_SITES= ftp://ftp.vol.com/pub/ircd/ + +MAINTAINER= desmo@bandwidth.org + +GNU_CONFIGURE= yes +IS_INTERACTIVE= yes + +post-install: + ${INSTALL_MAN} ${WRKSRC}/doc/ircd.8 ${MANPREFIX}/man/man8 + /bin/sh ${PKGDIR}/INSTALL + +.include <bsd.port.mk> |