opnsense-ports/textproc/sxml/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

24 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>