5ab881a5d9
- Convert all fpc-based ports to USES=fpc PR: 227210 Reviewed by: portmgr Approved by: portmgr Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D14617
23 lines
556 B
Makefile
23 lines
556 B
Makefile
# Created by: Christopher Key <cjk32@cam.ac.uk>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= graphics lang
|
|
PKGNAMESUFFIX= -rsvg
|
|
|
|
COMMENT= Free Pascal interface to librsvg2 library
|
|
|
|
USES= fpc
|
|
USE_FPC= cairo fcl-base fcl-image fcl-res gtk2 pasjpeg rtl-objpas x11
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//:S/^/lib/}
|
|
EXTRACTUNITDIR= ${WRKUNITDIR}
|
|
|
|
OPTIONS_DEFINE= LIBRSVG2
|
|
LIBRSVG2_DESC= Install librsvg2 library
|
|
OPTIONS_DEFAULT= LIBRSVG2
|
|
|
|
LIBRSVG2_LIB_DEPENDS= librsvg-2.so:graphics/librsvg2
|
|
|
|
.include "${MASTERDIR}/Makefile"
|