freebsd-ports/textproc/fpc-libxml2/Makefile
Jose Alonso Cardenas Marquez 50d6de20f4 - New port: textproc/fpc-libxml2
Interface to xml2 library

PR:		146001
Submitted by:	Christopher Key <cjk32 __ __ cam.ac.uk>
2010-08-16 18:14:38 +00:00

23 lines
491 B
Makefile

# 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"