freebsd-ports/textproc/sxml/Makefile
Sunpoet Po-Chuan Hsieh 728d2f9803 Remove build from prerequisite of do-test:
The framework (Mk/bsd.port.mk) already handles it via SEQ.

Approved by:	portmgr (blanket)
2019-04-14 17:53:40 +00:00

23 lines
457 B
Makefile

# Created by: Kouichi ABE (WALL) <kouichi@mysticwall.com>
# $FreeBSD$
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>