3f651573ad
Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
40 lines
1.1 KiB
Makefile
40 lines
1.1 KiB
Makefile
# New ports collection makefile for: epic4-ja
|
|
# Date created: 4 Dec 2000
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= epic4
|
|
PORTVERSION= 1.0.1
|
|
# Make these variables overridable for slave ports
|
|
PORTREVISION?= 4
|
|
CATEGORIES?= japanese irc ipv6
|
|
MASTER_SITES= http://ftp.prbh.org/pub/epic/EPIC4-PRODUCTION/ \
|
|
ftp://ftp.icm.edu.pl/vol/rzm0/irc/EPIC/%SUBDIR%/ \
|
|
ftp://ftp.archive.de.uu.net/pub/unix/irc/epic/%SUBDIR%/ \
|
|
ftp://ftp.nl.uu.net/pub/unix/irc/epic/%SUBDIR%/ \
|
|
MASTER_SITE_SUBDIR= EPIC4-PRODUCTION
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTFILE_HELP}
|
|
DIST_SUBDIR= epic4
|
|
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
|
|
|
PATCH_SITES= http://www.t17.ds.pwr.wroc.pl/~misiek/ipv6/
|
|
PATCHFILES= ${DISTNAME}-ipv6-20010418.patch.gz
|
|
PATCH_DIST_STRIP= -p1
|
|
|
|
MAINTAINER= knu@FreeBSD.org
|
|
COMMENT= The (E)nhanced (P)rogrammable (I)RC-II (C)lient with Japanese support
|
|
|
|
USE_BZIP2= yes
|
|
USE_AUTOCONF_VER= 213
|
|
|
|
DISTFILE_HELP= ${PORTNAME}pre2-help.tar.gz
|
|
|
|
MAN1= epic.1
|
|
|
|
post-install:
|
|
cd ${PREFIX}/share/epic && ${TAR} zxf ${_DISTDIR}/${DISTFILE_HELP}
|
|
|
|
.include <bsd.port.mk>
|