summaryrefslogtreecommitdiff
path: root/www/mod_xml2enc/Makefile
blob: 248c6e3fcf337bbbfb23d7879b866496f8a60f3b (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
35
36
37
38
# New ports collection makefile for:	mod_xml2enc
# Date created:				02 March 2011
# Whom:					Marin Atanasov Nikolov <dnaeon@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	mod_xml2enc
PORTVERSION=	1.0.3
CATEGORIES=	www
MASTER_SITES=	http://apache.webthing.com/mod_proxy_html/
DISTNAME=	mod_proxy_html
DIST_SUBDIR=	mod_proxy_html

MAINTAINER=	dnaeon@gmail.com
COMMENT=	Apache module for converting encoding before and/or after a filter run

MAKE_JOBS_SAFE=	yes

USE_APACHE=	22+
AP_FAST_BUILD=	YES
AP_GENPLIST=	YES
SHORTMODNAME=	xml2enc
USE_BZIP2=	YES
USE_GNOME=	libxml2

AP_INC+=	${LOCALBASE}/include/libxml2 -I${WRKSRC}
AP_LIB+=	${LOCALBASE}/lib
AP_EXTRAS+=	-lxml2

PLIST_FILES=	%%DOCSDIR%%/COPYING
PLIST_DIRS=	%%DOCSDIR%%

post-install:
	${MKDIR} ${DOCSDIR}
	${INSTALL_MAN} ${WRKSRC}/COPYING ${DOCSDIR}

.include <bsd.port.mk>