freebsd-ports/lang/fpc-rexx/Makefile
Jose Alonso Cardenas Marquez 230cf6828f - editors/lazarus update to 1.4.2
- Add USE_FPC_RUN to bsd.fpc.mk. It add fpc units like run dependencies. Otherwise
  fpc units only are added like build dependencies (less dependencies registered
  when they are installed with pkg).
- Remove GTK1 obsolete dependencies
- Bump all ports with dependencies of fpc-* units
- Bump all ports with dependencies of lazarus ports
- Clean up
2015-08-09 08:06:43 +00:00

23 lines
547 B
Makefile

# Created by: Christopher Key <cjk32@cam.ac.uk>
# $FreeBSD$
PORTREVISION= 1
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"