mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
728d2f9803
The framework (Mk/bsd.port.mk) already handles it via SEQ. Approved by: portmgr (blanket)
23 lines
457 B
Makefile
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>
|