c0b7145df2
- Fix build on 12-STABLE and CURRENT (amd64 and i386) - Bump PORTREVISION for all ports that depends of lang/fpc - Add USE_BINUTILS to fpc and lazarus based ports - Add binutils dependency to Uses/fpc.mk and Uses/lazarus.mk PR: 240293 239934 233413 214864 Exp-run by: antoine
16 lines
342 B
Makefile
16 lines
342 B
Makefile
# $FreeBSD$
|
|
|
|
CATEGORIES= devel lang
|
|
PKGNAMESUFFIX= -fcl-pdf
|
|
PORTREVISION= 3
|
|
|
|
COMMENT= Free Pascal pdf (FCL)
|
|
|
|
USES= fpc
|
|
USE_FPC= fcl-base fcl-image fcl-res fcl-xml pasjpeg rtl-objpas
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR= ${WRKUNITDIR}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|