mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
14 lines
284 B
Makefile
14 lines
284 B
Makefile
# $FreeBSD$
|
|
|
|
CATEGORIES= lang
|
|
PKGNAMESUFFIX= -rtl-unicode
|
|
|
|
COMMENT= Free Pascal compatibility unit with Delphi
|
|
|
|
USE_FPC= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR= ${WRKUNITDIR}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|