freebsd-ports/devel/rx/Makefile
Alejandro Pulver 3261adb763 - Set BROKEN because distfile has been deleted.
- Set DEPRECATED and EXPIRATION_DATE because it is no longer being developed.
2007-06-09 19:12:05 +00:00

33 lines
642 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
BROKEN= distfile was deleted
DEPRECATED= has been decommissioned and is no longer developed
EXPIRATION_DATE=2007-07-09
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>