mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
24 lines
467 B
Makefile
24 lines
467 B
Makefile
# New ports collection makefile for: ircd-hybrid
|
|
# Version required: 5
|
|
# Date created: 9 January 1998
|
|
# Whom: desmo@bandwidth.org
|
|
#
|
|
# $Id: Makefile,v 1.2 1998/01/18 10:55:32 asami Exp $
|
|
#
|
|
|
|
DISTNAME= ircd-hybrid-5
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.vol.com/pub/ircd/
|
|
|
|
MAINTAINER= desmo@bandwidth.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN8= ircd.8
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${WRKSRC}/doc/ircd.8 ${MANPREFIX}/man/man8
|
|
/bin/sh ${PKGDIR}/INSTALL
|
|
|
|
.include <bsd.port.mk>
|