mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
20 lines
376 B
Makefile
20 lines
376 B
Makefile
# Created by: John Merryweather Cooper
|
|
|
|
CATEGORIES= devel lang
|
|
PKGNAMESUFFIX= -fv
|
|
|
|
COMMENT= Free Pascal unit for Delphi support
|
|
|
|
USES= fpc
|
|
USE_FPC= rtl-console rtl-extra
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR= ${WRKUNITDIR}
|
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
|
|
|
HAVE_EXAMPLES= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|