1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/devel/rx/Makefile
2006-07-03 00:21:00 +00:00

30 lines
521 B
Makefile

# 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>