blob: 2e40bb1ea45ae010bcef5f312541232f042410dd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# Created by: Hung-Yi Chen <gaod@hychen.org>
# $FreeBSD$
PORTNAME= libroxml
PORTVERSION= 2.2.1
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>
|