e40d870fc3
* Add new unit devel/fpc-tplylib * Remove COMPAT10 dependency [PR/254481] PR: 254481 Reported by: jbeich
12 lines
291 B
Makefile
12 lines
291 B
Makefile
CATEGORIES= devel lang
|
|
PKGNAMESUFFIX= -tplylib
|
|
|
|
COMMENT= Unit for a compiler generator for Turbo Pascal and compatibles
|
|
|
|
USES= fpc
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR= ${WRKUNITDIR}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|