1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/ftp/spegla/Makefile

41 lines
1019 B
Makefile
Raw Normal View History

# ex:ts=8
# New ports collection makefile for: spegla
# Date created: Sun Apr 19 16:17:25 PDT 1998
# Whom: Jordan Hubbard <jkh@FreeBSD.org>
#
1999-08-25 05:57:29 +00:00
# $FreeBSD$
#
2000-04-12 05:31:29 +00:00
PORTNAME= spegla
PORTVERSION= 1.1p4
PORTREVISION= 4
CATEGORIES= ftp ipv6
MASTER_SITES= ftp://subzero.campus.luth.se/pub/spegla/ \
ftp://ftp.luth.se/pub/unix/mirror/
PATCH_SITES= http://www.imasy.or.jp/~ume/ipv6/
PATCHFILES= ${DISTNAME}-ipv6-20020129-3.diff.gz
MAINTAINER= hrs@FreeBSD.org
COMMENT= A mirror program for FTP sites (written in C)
2005-04-22 09:15:03 +00:00
MAKE_ARGS= MANDIR=${MAN1PREFIX}/man/man
MANCOMPRESSED= yes
MAN1= spegla.1
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
pre-install:
@${MKDIR} ${EXAMPLESDIR}
post-install:
${INSTALL_DATA} ${WRKSRC}/freebsd.org ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/spegla.conf ${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/spegla.sh ${EXAMPLESDIR}
.include <bsd.port.mk>