freebsd-ports/misc/txt2regex/Makefile

32 lines
683 B
Makefile
Raw Normal View History

# ex:ts=8
# New ports collection makefile for: txt2regex
# Date created: Jun 14, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= txt2regex
2002-03-05 03:57:37 +01:00
PORTVERSION= 0.7
CATEGORIES= misc
MASTER_SITES= http://txt2regex.sourceforge.net/
EXTRACT_SUFX= .tgz
2001-08-03 14:16:21 +02:00
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= A Regular Expression "wizard"
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2
USE_REINPLACE= yes
NO_BUILD= yes
post-patch:
@${REINPLACE_CMD} -e "s,/bin/bash,${LOCALBASE}/bin/bash,g ; \
2001-06-27 19:17:46 +02:00
s,\`seq,\`gseq,g" ${WRKSRC}/${DISTNAME}.sh
@${REINPLACE_CMD} -e "s,/usr,${LOCALBASE},g" ${WRKSRC}/Makefile
do-install:
2001-06-27 19:17:46 +02:00
${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME}.sh ${PREFIX}/bin/txt2regex
.include <bsd.port.mk>