freebsd-ports/devel/stlfilt/Makefile
Simon Barner a35c631ad4 - Update to 2.47a / 2005-06-29
Reported by:	krismail (checksum mismatch for gstlfilt.tar)
2005-07-10 17:18:09 +00:00

37 lines
730 B
Makefile

# ex:ts=8
# Ports collection makefile for: stlfilt
# Date created: Mar 12, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= stlfilt
PORTVERSION= 20050629
CATEGORIES= devel
MASTER_SITES= http://www.bdsoft.com/dist/
DISTNAME= g${PORTNAME}
EXTRACT_SUFX= .tar
MAINTAINER= barner@FreeBSD.org
COMMENT= An STL Error Message Decryptor for C++
EXTRACT_CMD= ${TAR}
EXTRACT_BEFORE_ARGS= -xf
EXTRACT_AFTER_ARGS= # empty
USE_REINPLACE= yes
USE_PERL5_RUN= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
PLIST_FILES= bin/gSTLFilt.pl bin/gfilt
post-patch:
@${REINPLACE_CMD} -e "s,[$$]HOME,${PREFIX}/bin," ${WRKSRC}/gfilt
do-install:
.for file in gSTLFilt.pl gfilt
@${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin
.endfor
.include <bsd.port.mk>