ports/textproc/sxml/Makefile
Pav Lucistnik 15552c5f06 SXML is a skimpy XML parsing and grafting C library that you can use to read
and write XML-like configuration file for your application.

Author:	Kouichi ABE (WALL) <kouichi@MysticWALL.COM>
WWW:	http://www.MysticWALL.COM/software/sxml/index.html

PR:		ports/113994
Submitted by:	Kouichi ABE (WALL) <kouichi@mysticwall.com>
2007-07-15 22:16:11 +00:00

21 lines
433 B
Makefile

# New ports collection makefile for: SXML
# Date created: 18 February 2006
# Whom: Kouichi ABE (WALL) <kouichi@mysticwall.com>
#
# $FreeBSD$
#
PORTNAME= sxml
PORTVERSION= 1.0.4
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
.include <bsd.port.mk>