freebsd-ports/textproc/libroxml/Makefile
Martin Wilke d9e08fa3c1 This library is minimum, easy-to-use, C implementation for xml file parsing.
Because XML parsing is always hard to reinvent.
Because very often, xml libraries are too big to fit with little application.

WWW: http://code.google.com/p/libroxml/

PR:		ports/145755
Submitted by:	Hung-Yi Chen <gaod at hychen.org>
2010-04-17 05:27:34 +00:00

31 lines
603 B
Makefile

# New ports collection makefile for: libroxml
# Date created: 2010-04-16
# Whom: Hung-Yi Chen <gaod@hychen.org>
#
# $FreeBSD$
#
PORTNAME= libroxml
PORTVERSION= 2.0.1
CATEGORIES= textproc
MASTER_SITES= GOOGLE_CODE
DISTNAME= libroxml-${PORTVERSION}
MAINTAINER= gaod@hychen.org
COMMENT= A minimum, easy-to-use, C implementation for xml file parsing
PROJECTHOST= libroxml
USE_GMAKE= yes
MAKE_ENV+= DESTDIR=${PREFIX}
USE_LDCONFIG= yes
MAN1= roxml.1
PLIST_FILES= bin/roxml \
lib/libroxml.so \
lib/libroxml.so.0 \
lib/libroxml.a \
include/roxml.h
.include <bsd.port.mk>