From 329d2316a760ed5b4491dee32c127e64642a5fe9 Mon Sep 17 00:00:00 2001 From: Sergei Kolobov Date: Mon, 8 Dec 2003 13:24:46 +0000 Subject: Add shftool 1.1.0, converter for the Standard Hex Format (SHF). Shftool is the reference implementation for the new, XML-based Standard Hex Format (SHF). Shftool is also a working converter/generator/extractor between/to/of SHF-files and other hex formats. SHF is specified in the the following Internet Draft: http://ietf.org/internet-drafts/draft-strombergson-shf-00.txt Author: Linus Walleij WWW: http://www.df.lth.se/~triad/krad/shftool/ PR: 58651 Submitted by: Joachim Strombergson --- converters/shftool/Makefile | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 converters/shftool/Makefile (limited to 'converters/shftool/Makefile') diff --git a/converters/shftool/Makefile b/converters/shftool/Makefile new file mode 100644 index 000000000000..509b2e2b5f89 --- /dev/null +++ b/converters/shftool/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: shftool +# Date created: 2003-10-28 +# Whom: Joachim Strombergson +# +# $FreeBSD$ +# + +PORTNAME= shftool +PORTVERSION= 1.1.0 +CATEGORIES= converters +MASTER_SITES= http://www.df.lth.se/~triad/krad/shftool/ + +MAINTAINER= watchman@ludd.luth.se +COMMENT= Converter for the Standard Hex Format (SHF) + +LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 + +USE_REINPLACE= yes +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + +post-patch: + ${REINPLACE_CMD} -e 's,^LIBLOC_LIST=.*,LIBLOC_LIST=${LOCALBASE},' \ + ${WRKSRC}/configure + +.include -- cgit v1.2.3