freebsd-ports/devel/fpc-fv/Makefile
2014-01-28 00:16:57 +00:00

21 lines
419 B
Makefile

# Created by: John Merryweather Cooper
# $FreeBSD$
PORTREVISION= 0
CATEGORIES= devel lang
PKGNAMESUFFIX= -fv
MAINTAINER= acm@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"