blob: 059edc911cc2d020ec448ea63b5d6fa5dc19aa35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# 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>
#
# $FreeBSD$
#
PORTNAME= spegla
PORTVERSION= 1.1p4
PORTREVISION= 1
CATEGORIES= ftp
MASTER_SITES= ftp://ftp.luth.se/pub/unix/mirror/ \
ftp://subzero.campus.luth.se/pub/spegla/
MAINTAINER= jkh@FreeBSD.org
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
post-install:
@${MKDIR} ${PREFIX}/share/examples/spegla
${INSTALL_DATA} ${WRKSRC}/freebsd.org ${PREFIX}/share/examples/spegla
.include <bsd.port.mk>
|