freebsd-ports/devel/stlfilt/Makefile
Eitan Adler ed59156ea9 Clean up my ports (and a couple of ports@ owned ones):
- Fix COMMENT
- Add MAKE_JOBS_SAFE where appropriate
- Change ordering of LICENSE lines
- Fix new header format
- Etc.

Reviewed by:	drogoh (on irc)
2013-03-08 20:23:38 +00:00

31 lines
625 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= stlfilt
PORTVERSION= 20080203
CATEGORIES= devel
MASTER_SITES= http://www.bdsoft.com/dist/
DISTNAME= g${PORTNAME}
EXTRACT_SUFX= .tar
MAINTAINER= eadler@FreeBSD.org
COMMENT= STL Error Message Decryptor for C++
EXTRACT_CMD= ${TAR}
EXTRACT_BEFORE_ARGS= -xf
EXTRACT_AFTER_ARGS= # empty
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>