mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
2c09b8f9ba
A few fixes, the most noticeable being a rewrite of $sar() in order to avoid an infinite loop condition. Untested commit. Submitted by: maintainer
35 lines
873 B
Makefile
35 lines
873 B
Makefile
# New ports collection makefile for: epic4
|
|
# Version required: 4pre2.003
|
|
# Date created: 11 November 1998
|
|
# Whom: Ben Hutchinson <benhutch@xfiles.org.uk>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= epic-4.pre2.500
|
|
CATEGORIES= irc
|
|
MASTER_SITES= ftp://ftp.epicsol.org/pub/epic/EPIC4-BETA/ \
|
|
ftp://mirror.pipex.net/pub/epic/EPIC4-BETA/ \
|
|
ftp://totem.fix.no/pub/mirrors/epic/EPIC4-BETA/ \
|
|
ftp://ftp.sanyusan.se/pub/epic/EPIC4-BETA/
|
|
DISTFILES= epic4pre2.500.tar.gz epic4pre2-help.tar.gz
|
|
|
|
MAINTAINER= anders@sanyusan.se
|
|
|
|
DIST_SUBDIR= epic4
|
|
|
|
EXTRACT_ONLY= epic4pre2.500.tar.gz
|
|
GNU_CONFIGURE= yes
|
|
WRKSRC= ${WRKDIR}/ircii-EPIC4pre2.500
|
|
|
|
MAN1= epic.1
|
|
|
|
do-install:
|
|
cd ${WRKSRC} && make INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
|
|
INSTALL_DATA="${INSTALL_DATA}" install
|
|
|
|
post-install:
|
|
cd ${PREFIX}/share/epic && tar zxf ${DISTDIR}/${DIST_SUBDIR}/epic4pre2-help.tar.gz
|
|
|
|
.include <bsd.port.mk>
|