mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
d2ffff55de
The new team currently consists of the previous maintainer (acm@) and myself (marino@). PR: 195363
22 lines
427 B
Makefile
22 lines
427 B
Makefile
# Created by: John Merryweather Cooper
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= devel lang
|
|
PKGNAMESUFFIX= -fv
|
|
|
|
MAINTAINER= freebsd-fpc@FreeBSD.org
|
|
COMMENT= FreeVision is a Free Pascal unit for Delphi support
|
|
|
|
USE_FPC= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR= ${WRKUNITDIR}
|
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
|
|
|
HAVE_EXAMPLES= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|