1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/textproc/sxml/Makefile
2021-04-06 16:31:07 +02:00

22 lines
445 B
Makefile

# Created by: Kouichi ABE (WALL) <kouichi@mysticwall.com>
PORTNAME= sxml
PORTVERSION= 1.0.7
CATEGORIES= textproc
MASTER_SITES= http://www.MysticWALL.COM/download/
MAINTAINER= takefu@airport.fm
COMMENT= Skimpy XML parsing and grafting library for C language
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USES= tar:bzip2
do-test:
cd ${BUILD_WRKSRC}/examples && ${MAKE} all
.include <bsd.port.mk>