5ab881a5d9
- Convert all fpc-based ports to USES=fpc PR: 227210 Reviewed by: portmgr Approved by: portmgr Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D14617
22 lines
521 B
Makefile
22 lines
521 B
Makefile
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
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"
|