aboutsummaryrefslogtreecommitdiff
path: root/textproc/pcrs/Makefile
blob: ef78967d04a92bc32f27f6ff3aa1916b7c2f6484 (plain) (blame)
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
31
32
33
34
35
36
37
38
# New ports collection makefile for:	pcrs
# Date created:				31 July 2005
# Whom:					Ken Wong <wongk@apt.homeunix.net>
#
# $FreeBSD$
#

PORTNAME=	pcrs
PORTVERSION=	0.0.3
PORTREVISION=	1
CATEGORIES=	textproc
MASTER_SITES=	http://distfiles.master.finkmirrors.net/\
		http://download.mirror.ac.uk/mirror/master.us.finkmirrors.net/distfiles/\
		http://mirror.phy.olemiss.edu/mirror/fink/distfiles/
DISTNAME=	${PORTNAME}-${PORTVERSION}-src

MAINTAINER=	wongk@apt.homeunix.net
COMMENT=	Perl compatible regular expression based substitutions

LIB_DEPENDS=	pcre.1:${PORTSDIR}/devel/pcre

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}

GNU_CONFIGURE=	yes
USE_GMAKE=	yes

USE_LDCONFIG=	yes

MAN3=		pcrs.3
PLIST_FILES=	bin/pcrsed \
		lib/libpcrs.a \
		lib/libpcrs.so \
		lib/libpcrs.so.0

post-install:
	${INSTALL_PROGRAM} ${WRKSRC}/pcrsed ${PREFIX}/bin

.include <bsd.port.mk>