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