freebsd-ports/textproc/sxml/Makefile
John Marino dea57f2979 textproc/sxml: mark jobs unsafe
While here, unmask post-install strip command and just simplify the
glob with the same result.
2014-10-27 12:15:44 +00:00

25 lines
492 B
Makefile

# Created by: Kouichi ABE (WALL) <kouichi@mysticwall.com>
# $FreeBSD$
PORTNAME= sxml
PORTVERSION= 1.0.6
CATEGORIES= textproc
MASTER_SITES= http://www.MysticWALL.COM/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Skimpy XML parsing and grafting library for C language
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= tar:bzip2
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
MAKE_JOBS_UNSAFE= yes
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsxml*.so
.include <bsd.port.mk>