aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/fpc-libxml2/Makefile
blob: 9135aa1696a3bf336296d9a476e55eb515a59e76 (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
# New ports collection makefile for:    fpc-libxml2
# Date created:     2010-04-22
# Whom:         Christoper Key <cjk32@cam.ac.uk>
#
# $FreeBSD$
#

PORTREVISION=   0
CATEGORIES= textproc lang
PKGNAMESUFFIX=  -libxml2

MAINTAINER= acm@FreeBSD.org
COMMENT=    Interface to xml2 library

USE_FPC=    yes

MASTERDIR=  ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//:S/2//}
EXTRACTUNITDIR+=    ${WRKUNITDIR}

OPTIONS=    LIBXML2 "Install xml2 library"  on

.include "${MASTERDIR}/Makefile"