mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
65ab34a667
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
22 lines
397 B
Makefile
22 lines
397 B
Makefile
# New ports collection makefile for: IrcII Client
|
|
# Version required: 2.9
|
|
# Date created: 18 Oct 1994
|
|
# Whom: torstenb
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= ircii-4.4
|
|
CATEGORIES= irc
|
|
MASTER_SITES= ftp://cs-ftp.bu.edu/irc/clients/
|
|
|
|
MAINTAINER= torstenb@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= IRCLIB=${PREFIX}/share/irc
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}
|
|
MAN1= ircII.1 ircbug.1
|
|
|
|
.include <bsd.port.mk>
|