mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +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
22 lines
481 B
Makefile
22 lines
481 B
Makefile
# Created by: Christopher Key <cjk32@cam.ac.uk>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= lang
|
|
PKGNAMESUFFIX= -rexx
|
|
|
|
COMMENT= Free Pascal interface to the rexx-regina library
|
|
|
|
USES= fpc
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR= ${WRKUNITDIR}
|
|
|
|
OPTIONS_DEFINE= REXX_REGINA
|
|
REXX_REGINA_DESC= Install rexx-regina library
|
|
OPTIONS_DEFAULT= REXX_REGINA
|
|
|
|
REXX_REGINA_RUN_DEPENDS= rexx:lang/rexx-regina
|
|
|
|
.include "${MASTERDIR}/Makefile"
|