aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rx/Makefile
blob: 18ea42c068f94f6baf8815e3a2a6fba48a838a07 (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
# New ports collection makefile for:    rx
# Date created:             1 Jul 2006
# Whom:                 alepulver
#
# $FreeBSD$
#

PORTNAME=   rx
PORTVERSION=    1.5
CATEGORIES= devel
MASTER_SITES=   ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= alepulver@FreeBSD.org
COMMENT=    Replacement for the GNU regex library

EXTRACT_AFTER_ARGS= | ${TAR} -Pxf -

GNU_CONFIGURE=  yes

INFO=       rx

PLIST_FILES=    include/rxposix.h \
        lib/librx.a

post-install:
    ${INSTALL_DATA} ${WRKSRC}/doc/rx.info ${PREFIX}/${INFO_PATH}

.include <bsd.port.mk>