aboutsummaryrefslogtreecommitdiff
path: root/converters/shftool/Makefile
blob: 46783d110a9f0d6ea0c190e87a715a485f885ec0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:   shftool
# Date created:		2003-10-28
# Whom:			Joachim Strombergson <watchman@ludd.ltu.se>
#
# $FreeBSD$
#

PORTNAME=	shftool
PORTVERSION=	1.2.0
PORTREVISION=	1
CATEGORIES=	converters
MASTER_SITES=	http://www.df.lth.se/~triad/krad/shftool/

MAINTAINER=	watchman@ludd.ltu.se
COMMENT=	Converter for the Standard Hex Format (SHF)

LIB_DEPENDS=	expat.5:${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>