1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/sysutils/fpc-uuid/Makefile
2021-04-06 16:31:07 +02:00

16 lines
318 B
Makefile

# Created by: Christopher Key <cjk32@cam.ac.uk>
CATEGORIES= sysutils lang
PKGNAMESUFFIX= -uuid
COMMENT= Free Pascal uuid unit
USES= fpc
USE_FPC= rtl-extra
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR= ${WRKUNITDIR}
.include "${MASTERDIR}/Makefile"