mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
4b5930e48a
dependencies in kernel - Add patch file to solve some linking problem - Remove LD_UNSAFE. Now it can be defined via LDPATH (/usr/bin/ld.bfd by default). fpc is not working with lld. We will use binutils-ports when ld.bfd is moved from base if lld not working on future version of fpc - Bump PORTREVISION
21 lines
428 B
Makefile
21 lines
428 B
Makefile
# $FreeBSD$
|
|
|
|
CATEGORIES= graphics lang
|
|
PKGNAMESUFFIX= -libgd
|
|
|
|
COMMENT= Free Pascal interface to libgd for producing graphics files
|
|
|
|
USES= fpc
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR= ${WRKUNITDIR}
|
|
|
|
OPTIONS_DEFINE= LIBGD
|
|
LIBGD_DESC= Install gd graphic library
|
|
OPTIONS_DEFAULT= LIBGD
|
|
|
|
LIBGD_LIB_DEPENDS= libgd.so:graphics/gd
|
|
|
|
.include "${MASTERDIR}/Makefile"
|