mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
b480a590c2
* "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.
29 lines
668 B
Makefile
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>
|