1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/graphics/fpc-rsvg/Makefile
Tobias Kortkamp 5fdbc9c995 Canonicalize librsvg dependency
- Use USE_GNOME=librsvg2 where possible
- Reduce scope of D18878
2019-09-13 12:44:02 +00:00

24 lines
553 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_USES= gnome
LIBRSVG2_USE= GNOME=librsvg2
.include "${MASTERDIR}/Makefile"