1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/lang/fpc-rexx/Makefile
John Marino d2ffff55de Assign maintainership of FPC ports to new FPC ports team
The new team currently consists of the previous maintainer (acm@) and
myself (marino@).

PR:	195363
2015-01-05 00:16:00 +00:00

24 lines
547 B
Makefile

# Created by: Christopher Key <cjk32@cam.ac.uk>
# $FreeBSD$
PORTREVISION= 0
CATEGORIES= lang
PKGNAMESUFFIX= -rexx
MAINTAINER= freebsd-fpc@FreeBSD.org
COMMENT= Free Pascal interface to the rexx-regina library
USE_FPC= yes
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:${PORTSDIR}/lang/rexx-regina
.include "${MASTERDIR}/Makefile"