Blob


1 --- Makefile ---
2 # New ports collection makefile for: libbio
3 # Date Created: 11 Feb 2003
4 # Whom: rsc
5 #
6 # THIS LINE NEEDS REPLACING. IT'S HERE TO GET BY PORTLINT
7 # $FreeBSD: ports/devel/libbio/Makefile,v 1.1 2003/02/12 00:51:22 rsc Exp $
9 PORTNAME= libregexp9
10 PORTVERSION= 2.0
11 CATEGORIES= devel
12 MASTER_SITES= http://pdos.lcs.mit.edu/~rsc/software/
13 EXTRACT_SUFX= .tgz
15 MAINTAINER= rsc@post.harvard.edu
17 DEPENDS= ${PORTSDIR}/devel/libfmt ${PORTSDIR}/devel/libutf
19 MAN3= regexp9.3
20 MAN7= regexp9.7
21 USE_REINPLACE= yes
23 .include <bsd.port.pre.mk>
25 post-patch:
26 ${REINPLACE_CMD} -e 's,$$(PREFIX),${PREFIX},g' ${WRKSRC}/Makefile
28 .include <bsd.port.post.mk>
29 --- pkg-comment ---
30 Simple regular expression library from Plan 9
31 --- pkg-descr ---
32 Libregexp9 is a port of Plan 9's regexp library.
33 It is small and simple and provides the traditional
34 extended regular expressions (as opposed to the
35 current extended regular expressions, which add {}
36 and various \x character classes, among other
37 complications).
39 It handles Unicode in wide character or UTF8 format!
41 WWW: http://pdos.lcs.mit.edu/~rsc/software/
42 http://plan9.bell-labs.com/magic/man2html/2/regexp
44 Russ Cox
45 rsc@post.harvard.edu
46 --- pkg-plist ---
47 lib/libregexp9.a
48 include/regex9.h
49 --- /dev/null ---
50 This is just a way to make sure blank lines don't
51 creep into pkg-plist.