aboutsummaryrefslogtreecommitdiffstats
path: root/lang/fpc-base/Makefile
blob: deede9691138c327550ace97884516d0f7f4a623 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:    fpc-base
# Date created:             10 February 2004
# Whom:             John Merryweather Cooper <coop9211@uidaho.edu>
#
# $FreeBSD$
#

PORTNAME=   base
PORTVERSION=    2.2.0
PORTREVISION=   2
CATEGORIES= lang
MASTER_SITES=   # empty
PKGNAMEPREFIX=  fpc-
DISTFILES=  # empty
EXTRACT_ONLY=   # empty

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

WANT_FPC_BASE=  yes

.if !defined(NOPORTDOCS)
RUN_DEPENDS+=   ${LOCALBASE}/share/doc/fpdocs-${PORTVERSION}/user.pdf:${PORTSDIR}/lang/fpc-docs
.endif

NO_BUILD=   yes

do-install: # empty

.include <bsd.port.mk>