freebsd-ports/textproc/libroxml/Makefile
Michael Scheidell 47b4182ebf - Update to 2.2.0
PR:		ports/170426
Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
2012-08-08 14:15:24 +00:00

36 lines
665 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.2.0
CATEGORIES= textproc
MASTER_SITES= GOOGLE_CODE
MAINTAINER= gaod@hychen.org
COMMENT= A minimum, easy-to-use, C implementation for xml file parsing
LICENSE= LGPL21
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 \
libdata/pkgconfig/libroxml.pc
pre-build:
@cd ${WRKSRC} && ${GMAKE} clean
.include <bsd.port.mk>