freebsd-ports/converters/shftool/Makefile
Tijl Coosemans eb96de0656 Remove libexpat.so.6 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:40:41 +00:00

21 lines
477 B
Makefile

# Created by: Joachim Strombergson <watchman@ludd.ltu.se>
# $FreeBSD$
PORTNAME= shftool
PORTVERSION= 1.2.0
PORTREVISION= 3
CATEGORIES= converters
MASTER_SITES= http://www.df.lth.se/~triad/krad/shftool/
MAINTAINER= ports@FreeBSD.org
COMMENT= Converter for the Standard Hex Format (SHF)
LIB_DEPENDS= libexpat.so:textproc/expat2
GNU_CONFIGURE= yes
post-patch:
${REINPLACE_CMD} -e 's,^LIBLOC_LIST=.*,LIBLOC_LIST=${LOCALBASE},' \
${WRKSRC}/configure
.include <bsd.port.mk>