mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
329d2316a7
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 <triad@df.lth.se> WWW: http://www.df.lth.se/~triad/krad/shftool/ PR: 58651 Submitted by: Joachim Strombergson <watchman@ludd.luth.se>
27 lines
634 B
Makefile
27 lines
634 B
Makefile
# New ports collection makefile for: shftool
|
|
# Date created: 2003-10-28
|
|
# Whom: Joachim Strombergson <watchman@ludd.luth.se>
|
|
#
|
|
# $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 <bsd.port.mk>
|