summaryrefslogtreecommitdiff
path: root/lang/fpc-base/Makefile
blob: ce80f516d8bee61896e2eb0cf991b7468ab663e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: John Merryweather Cooper <coop9211@uidaho.edu>
# $FreeBSD$

PORTNAME=	base
PORTVERSION=	2.6.4
PORTREVISION=	2
CATEGORIES=	lang
PKGNAMEPREFIX=	fpc-

MAINTAINER=	freebsd-fpc@FreeBSD.org
COMMENT=	Meta package to install all of the Free Pascal base

USES=		metaport
USE_FPC_RUN=	yes
WANT_FPC_BASE=	yes

OPTIONS_DEFINE=	DOCS

DOCS_RUN_DEPENDS=	${LOCALBASE}/share/doc/fpdocs-${PORTVERSION}/user.pdf:${PORTSDIR}/lang/fpc-docs

.include <bsd.port.mk>