aboutsummaryrefslogtreecommitdiff
path: root/textproc/sxml/Makefile
blob: a094ae214548500bb494d8217de987357fc8c884 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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>