mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
7bcde27b94
- Add support for amd64 [1] - Add 23 new ports to to bsd.fpc.mk - Remove obsolete patch file patch-packages-fcl-db_Makefile - Turn off some optional dependencies like databases/unixODBC, graphics/svgalib, databases/oracle8-client for avoid break amd64 support - Clean up PR: ports/146001 Submmitted by: Christopher Key <cjk32__ at _cam.ac.uk> Patch reviewed by: marcov_ at _pascalprogramming.com (fpc developer)[1]
30 lines
588 B
Makefile
30 lines
588 B
Makefile
# New ports collection makefile for: fpc-base
|
|
# Date created: 10 February 2004
|
|
# Whom: John Merryweather Cooper <coop9211@uidaho.edu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= base
|
|
PORTVERSION= 2.4.0
|
|
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>
|