aboutsummaryrefslogtreecommitdiff
path: root/textproc/libroxml/Makefile
blob: 3a5dd1fad8eaf1bc365eef970ffa71e0ec5ffe36 (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
33
34
# Created by: Hung-Yi Chen <gaod@hychen.org>
# $FreeBSD$

PORTNAME=	libroxml
PORTVERSION=	2.2.2
PORTREVISION=	1
CATEGORIES=	textproc
MASTER_SITES=	GOOGLE_CODE

MAINTAINER=	gaod@hychen.org
COMMENT=	Minimum, easy-to-use, C implementation for xml file parsing

LICENSE=	LGPL21

PROJECTHOST=	libroxml

USES=		gmake
# Workaround overwriting DESTDIR var
DESTDIRNAME=	NONE
MAKE_ARGS=	DESTDIR=${STAGEDIR}${PREFIX}
USE_LDCONFIG=	yes

PLIST_FILES=	bin/roxml \
		lib/libroxml.so \
		lib/libroxml.so.0 \
		lib/libroxml.a \
		include/roxml.h \
		libdata/pkgconfig/libroxml.pc \
		man/man1/roxml.1.gz

pre-build:
	@cd ${WRKSRC} && ${MAKE_CMD} clean

.include <bsd.port.mk>