aboutsummaryrefslogtreecommitdiffstats
path: root/devel/fpc-fv/Makefile
blob: 8fb521013c836ff38f7c22416c31418e06af42b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: John Merryweather Cooper
# $FreeBSD$

CATEGORIES= devel lang
PKGNAMESUFFIX=  -fv

COMMENT=    FreeVision is a Free Pascal unit for Delphi support

USE_FPC=    rtl-console rtl-extra

MASTERDIR=  ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR= ${WRKUNITDIR}

OPTIONS_DEFINE= EXAMPLES

HAVE_EXAMPLES=  yes

.include "${MASTERDIR}/Makefile"