2013-09-20 16:05:24 +00:00
|
|
|
# Created by: Joachim Strombergson <watchman@ludd.ltu.se>
|
2003-12-08 13:24:46 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= shftool
|
2005-09-25 21:31:21 +00:00
|
|
|
PORTVERSION= 1.2.0
|
2016-12-08 17:40:41 +00:00
|
|
|
PORTREVISION= 3
|
2003-12-08 13:24:46 +00:00
|
|
|
CATEGORIES= converters
|
|
|
|
MASTER_SITES= http://www.df.lth.se/~triad/krad/shftool/
|
|
|
|
|
2006-09-06 01:56:59 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-12-08 13:24:46 +00:00
|
|
|
COMMENT= Converter for the Standard Hex Format (SHF)
|
|
|
|
|
2016-04-01 13:29:15 +00:00
|
|
|
LIB_DEPENDS= libexpat.so:textproc/expat2
|
2003-12-08 13:24:46 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e 's,^LIBLOC_LIST=.*,LIBLOC_LIST=${LOCALBASE},' \
|
|
|
|
${WRKSRC}/configure
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|