mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
cf118ccf87
Reported by: lwhsu
20 lines
452 B
Makefile
20 lines
452 B
Makefile
CATEGORIES= x11-toolkits lang
|
|
PKGNAMESUFFIX= -xforms
|
|
|
|
COMMENT= X-Forms interface for Free Pascal
|
|
|
|
USES= fpc
|
|
USE_FPC= x11
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR= ${WRKUNITDIR}
|
|
|
|
OPTIONS_DEFINE= EXAMPLES XFORMS
|
|
XFORMS_DESC= Install xforms graphical user interface toolkit
|
|
OPTIONS_DEFAULT= XFORMS
|
|
|
|
XFORMS_LIB_DEPENDS= libforms.so:x11-toolkits/xforms
|
|
|
|
.include "${MASTERDIR}/Makefile"
|