diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-01-15 06:44:50 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-01-15 06:44:50 +0000 |
commit | 2059eed7bfea86d4380a842f58e11a718f4a85bb (patch) | |
tree | 5b5167e8c77e89e898bc92720544866657cd7b89 /irc/ircd-hybrid/Makefile | |
parent | d02d58602d44a14cf8e9054a21a975f278cc625d (diff) | |
download | ports-2059eed7bfea86d4380a842f58e11a718f4a85bb.tar.gz ports-2059eed7bfea86d4380a842f58e11a718f4a85bb.zip |
Notes
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> |