freebsd-ports/textproc/fpc-libxml2/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

23 lines
503 B
Makefile

# Created by: Christoper Key <cjk32@cam.ac.uk>
# $FreeBSD$
CATEGORIES= textproc lang
PKGNAMESUFFIX= -libxml2
MAINTAINER= freebsd-fpc@FreeBSD.org
COMMENT= Interface to xml2 library
USE_FPC= rtl-objpas
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//:S/2//}
EXTRACTUNITDIR= ${WRKUNITDIR}
OPTIONS_DEFINE= LIBXML2
LIBXML2_DESC= Install xml2 library
OPTIONS_DEFAULT= LIBXML2
LIBXML2_LIB_DEPENDS= libxml2.so:textproc/libxml2
.include "${MASTERDIR}/Makefile"