mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
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
21 lines
404 B
Makefile
21 lines
404 B
Makefile
# Created by: John Merryweather Cooper
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= devel lang
|
|
PKGNAMESUFFIX= -fv
|
|
|
|
COMMENT= FreeVision is a 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"
|