1998-04-20 01:57:34 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: spegla
|
|
|
|
# Date created: Sun Apr 19 16:17:25 PDT 1998
|
1999-08-31 06:53:31 +00:00
|
|
|
# Whom: Jordan Hubbard <jkh@FreeBSD.org>
|
1998-04-20 01:57:34 +00:00
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1998-04-20 01:57:34 +00:00
|
|
|
#
|
|
|
|
|
2000-04-12 05:31:29 +00:00
|
|
|
PORTNAME= spegla
|
2000-06-28 16:17:34 +00:00
|
|
|
PORTVERSION= 1.1p4
|
2004-07-25 15:14:47 +00:00
|
|
|
PORTREVISION= 3
|
2002-04-13 20:04:58 +00:00
|
|
|
CATEGORIES= ftp ipv6
|
2004-02-27 09:05:35 +00:00
|
|
|
MASTER_SITES= ftp://subzero.campus.luth.se/pub/spegla/
|
|
|
|
# ftp://ftp.luth.se/pub/unix/mirror/
|
1998-04-20 01:57:34 +00:00
|
|
|
|
2002-04-13 20:04:58 +00:00
|
|
|
PATCH_SITES= http://www.imasy.or.jp/~ume/ipv6/
|
|
|
|
PATCHFILES= ${DISTNAME}-ipv6-20020129-3.diff.gz
|
|
|
|
|
1998-12-19 14:19:45 +00:00
|
|
|
MAINTAINER= jkh@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= A mirror program for FTP sites (written in C)
|
1998-04-20 01:57:34 +00:00
|
|
|
|
1998-12-19 14:19:45 +00:00
|
|
|
MANCOMPRESSED= yes
|
|
|
|
MAN1= spegla.1
|
1998-04-20 01:57:34 +00:00
|
|
|
|
2000-07-05 19:44:04 +00:00
|
|
|
post-extract:
|
|
|
|
.for file in engine.c regcomp.c regerror.c regexec.c regfree.c cclass.h cname.h regex.h regex2.h utils.h
|
|
|
|
@${CP} ${WRKSRC}/regex/${file} ${WRKSRC}
|
|
|
|
.endfor
|
|
|
|
|
2002-03-30 21:49:48 +00:00
|
|
|
pre-install:
|
1998-04-20 22:25:19 +00:00
|
|
|
@${MKDIR} ${PREFIX}/share/examples/spegla
|
2002-03-30 21:49:48 +00:00
|
|
|
|
|
|
|
post-install:
|
1998-04-20 22:25:19 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/freebsd.org ${PREFIX}/share/examples/spegla
|
2002-05-24 15:23:42 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/spegla.conf ${PREFIX}/share/examples/spegla
|
2002-05-28 11:03:48 +00:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/spegla.sh ${PREFIX}/share/examples/spegla
|
1998-04-20 01:57:34 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|