freebsd-ports/lang/fpc-utils/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

18 lines
441 B
Makefile

# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
# $FreeBSD$
PORTREVISION= 1
CATEGORIES= lang
PKGNAMESUFFIX= -utils
MAINTAINER= freebsd-fpc@FreeBSD.org
COMMENT= Free Pascal Compiler utils
USE_FPC= chm fcl-base fcl-net fcl-passrc fcl-process fcl-res fppkg libcurl
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR= ${WRKUNITDIR}
OPT= -Fu../fcl/*
.include "${MASTERDIR}/Makefile"