mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
0d82c4fe62
- Update LICENSE PR: 223675 Submitted by: takefu@airport.fm
23 lines
463 B
Makefile
23 lines
463 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: build
|
|
cd ${BUILD_WRKSRC}/examples && ${MAKE} all
|
|
|
|
.include <bsd.port.mk>
|