mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
54a0b86543
in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
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= ports@FreeBSD.org
|
|
COMMENT= The (E)nhanced (P)rogrammable (I)RC-II (C)lient with Japanese support
|
|
|
|
USE_BZIP2= yes
|
|
USE_AUTOTOOLS= autoconf: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>
|