1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/irc/ircd-hybrid/Makefile
Donald Burr b480a590c2 * Added a nice little "ircd.sh" file for etc/rc.d.
* "example.conf.trillian", a much more detailed and informative (with
  comments!) is now also installed.
* Fixed Makefile to install these new files, plus removed a bogus comment
  that I had accidentally left in there.
* Updated PLIST with the new files.
1998-06-07 15:58:21 +00:00

29 lines
668 B
Makefile

# New ports collection makefile for: ircd-hybrid
# Version required: 5.2p1
# Date created: 9 January 1998
# Whom: desmo@bandwidth.org
#
# $Id: Makefile,v 1.4 1998/06/07 14:45:36 dburr Exp $
#
DISTNAME= ircd-hybrid-5.2p1
PKGNAME= ircd-hybrid-5.2.1
CATEGORIES= net
MASTER_SITES= ftp://ftp.vol.com/pub/ircd/
MAINTAINER= desmo@bandwidth.org
GNU_CONFIGURE= yes
MAN8= ircd.8
pre-install:
@${SH} ${PKGDIR}/INSTALL ${PKGNAME} PRE-INSTALL
post-install:
${INSTALL_MAN} ${WRKSRC}/doc/ircd.8 ${MANPREFIX}/man/man8
${INSTALL_SCRIPT} ${FILESDIR}/ircd.sh ${PREFIX}/etc/rc.d
${INSTALL_DATA} ${WRKSRC}/doc/example.conf.trillian ${PREFIX}/etc/ircd
.include <bsd.port.mk>