aboutsummaryrefslogtreecommitdiffstats
path: root/lang/fpc-base/Makefile
blob: 98c11949ff72c3c2d4b4d36dd676586f4d5616fd (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
31
32
33
34
35
36
37
38
39
40
41
42
# New ports collection makefile for:    fpc-base
# Date created:             10 February 2004
# Whom:             John Merryweather Cooper <coop9211@uidaho.edu>
#
# $FreeBSD$
#

PORTNAME=   fpc-base
PORTVERSION=    1.0.10
CATEGORIES= lang devel
MASTER_SITES=   # empty
DISTFILES=  # empty
EXTRACT_ONLY=   # empty

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

RUN_DEPENDS=    fp:${PORTSDIR}/editors/fpc-ide \
        ${PAKGDIR}/ibase/ibase60.ppu:${PORTSDIR}/databases/fpc-ibase \
        ${PAKGDIR}/mysql/mysql.ppu:${PORTSDIR}/databases/fpc-mysql \
        ${PAKGDIR}/odbc/odbcsql.ppu:${PORTSDIR}/databases/fpc-odbc \
        ${PAKGDIR}/postgres/postgres.ppu:${PORTSDIR}/databases/fpc-postgres \
        ${PAKGDIR}/oracle/oraoci.ppu:${PORTSDIR}/databases/fpc-oracle \
        ${PAKGDIR}/regexpr/regexpr.ppu:${PORTSDIR}/devel/fpc-regexpr \
        ${PAKGDIR}/inet/inet.ppu:${PORTSDIR}/net/fpc-inet \
        ${PAKGDIR}/md5/md5.ppu:${PORTSDIR}/security/fpc-md5 \
        ${PAKGDIR}/paszlib/paszlib.ppu:${PORTSDIR}/archivers/fpc-paszlib

PAKGDIR=    ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/freebsd
DOCSDIR=    ${LOCALBASE}/share/doc/fpc
EXAMPLESDIR=    ${LOCALBASE}/share/examples/fpc

.if !defined(NOPORTDOCS)
RUN_DEPENDS+=   ${DOCSDIR}/user.pdf:${PORTSDIR}/lang/fpc-docs \
        ${EXAMPLESDIR}/Makefile.fpc:${PORTSDIR}/lang/fpc-demo
.endif

NO_BUILD=   yes

do-install: # empty

.include <bsd.port.mk>