aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/sxml/Makefile
blob: 130b832e4ac43c3885382014a198040e2a7a1161 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Kouichi ABE (WALL) <kouichi@mysticwall.com>
# $FreeBSD$

PORTNAME=   sxml
PORTVERSION=    1.0.5
CATEGORIES= textproc
MASTER_SITES=   http://www.MysticWALL.COM/download/

MAINTAINER= kouichi@MysticWALL.COM
COMMENT=    Skimpy XML parsing and grafting library for C language

GNU_CONFIGURE=  yes
USE_BZIP2=  yes
USE_LDCONFIG=   yes

NO_STAGE=   yes
.include <bsd.port.mk>