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

PORTNAME=	base
PORTVERSION=	3.2.0
PORTREVISION=	1
CATEGORIES=	lang
PKGNAMEPREFIX=	fpc-

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

USES=		fpc:base metaport

OPTIONS_DEFINE=	DOCS

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

.include <bsd.port.mk>