13 lines
291 B
Makefile
13 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"
|