freebsd-ports/japanese/ircII/Makefile
Akinori MUSHA edcf8b3594 Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.

Okay, 60% of `japanese' ports have been done. :)
2000-04-11 14:15:53 +00:00

30 lines
649 B
Makefile

# New ports collection makefile for: IrcII Client
# Date created: 02 May 1996
# Whom: Masafumi
#
# $FreeBSD$
#
PORTNAME= ircii
PORTVERSION= 2.8.2
CATEGORIES= japanese irc
MASTER_SITES= ftp://cs-ftp.bu.edu/irc/clients/ \
ftp://ftp.kyoto.wide.ad.jp/IRC/ircII/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
${DISTNAME:R}help.tar.gz
PATCH_SITES= ftp://ftp.kyoto.wide.ad.jp/IRC/ircII/
PATCHFILES= ${DISTNAME}-jp.patch.gz
PATCH_DIST_STRIP= -p1
MAINTAINER= max@FreeBSD.org
GNU_CONFIGURE= yes
MAN1= irc.1
post-install:
${CP} -R ${WRKDIR}/help ${PREFIX}/lib/irc/
${INSTALL_MAN} ${WRKSRC}/doc/ircII.1 ${PREFIX}/man/man1/irc.1
.include <bsd.port.mk>