Update textproc/libroxml to version 2.2.1
[dports.git] / textproc / libroxml / Makefile
1 # Created by: Hung-Yi Chen <gaod@hychen.org>
2 # $FreeBSD: ports/textproc/libroxml/Makefile,v 1.7 2013/02/07 01:32:55 svnexp Exp $
3
4 PORTNAME=       libroxml
5 PORTVERSION=    2.2.1
6 CATEGORIES=     textproc
7 MASTER_SITES=   GOOGLE_CODE
8
9 MAINTAINER=     gaod@hychen.org
10 COMMENT=        A minimum, easy-to-use, C implementation for xml file parsing
11
12 LICENSE=        LGPL21
13
14 PROJECTHOST=    libroxml
15
16 USE_GMAKE=      yes
17 MAKE_ENV+=      DESTDIR=${PREFIX}
18 USE_LDCONFIG=   yes
19
20 MAN1=           roxml.1
21
22 PLIST_FILES=    bin/roxml \
23                 lib/libroxml.so \
24                 lib/libroxml.so.0 \
25                 lib/libroxml.a \
26                 include/roxml.h \
27                 libdata/pkgconfig/libroxml.pc
28
29 pre-build:
30         @cd ${WRKSRC} && ${GMAKE} clean
31
32 .include <bsd.port.mk>