freebsd-ports/devel/fpc-fcl-res/Makefile
Jose Alonso Cardenas Marquez e40d870fc3 lang/fpc: update to 3.2.2
* Add new unit devel/fpc-tplylib
* Remove COMPAT10 dependency  [PR/254481]
PR:		254481
Reported by:	jbeich
2021-07-31 20:56:08 -05:00

15 lines
350 B
Makefile

# Created by: Christopher Key <cjk32@cam.ac.uk>
CATEGORIES= devel lang
PKGNAMESUFFIX= -fcl-res
COMMENT= Free Pascal resource handlers (FCL)
USES= fpc
USE_FPC= rtl-objpas fcl-base tplylib
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR= ${WRKUNITDIR}
.include "${MASTERDIR}/Makefile"