* Add new unit devel/fpc-tplylib * Remove COMPAT10 dependency [PR/254481] PR: 254481 Reported by: jbeich
15 lines
350 B
Makefile
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"
|