d2ffff55de
The new team currently consists of the previous maintainer (acm@) and myself (marino@). PR: 195363
24 lines
621 B
Makefile
24 lines
621 B
Makefile
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= graphics lang
|
|
PKGNAMESUFFIX= -cairo
|
|
|
|
MAINTAINER= freebsd-fpc@FreeBSD.org
|
|
COMMENT= Free Pascal interface to cairo library
|
|
|
|
USE_FPC= fcl-async fcl-base fcl-image hash pasjpeg paszlib pthreads \
|
|
x11
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR= ${WRKUNITDIR}
|
|
|
|
OPTIONS_DEFINE= LIBCAIRO
|
|
LIBCAIRO_DESC= Install cairo vector graphics library
|
|
OPTIONS_DEFAULT= LIBCAIRO
|
|
|
|
LIBCAIRO_LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo
|
|
|
|
.include "${MASTERDIR}/Makefile"
|