freebsd-ports/textproc/libroxml/Makefile
Martin Wilke b2f4d944fb - Update to 2.0.2
PR:		155463
Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
2011-03-17 13:01:34 +00:00

34 lines
648 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.2
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
pre-build:
@cd ${WRKSRC} && ${GMAKE} clean
.include <bsd.port.mk>