mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
983d5155b1
pending PR With hat: portmgr
18 lines
362 B
Makefile
18 lines
362 B
Makefile
# 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= ports@FreeBSD.org
|
|
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>
|