mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
d2ffff55de
The new team currently consists of the previous maintainer (acm@) and myself (marino@). PR: 195363
26 lines
531 B
Makefile
26 lines
531 B
Makefile
# Created by: John Merryweather Cooper <coop9211@uidaho.edu>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= base
|
|
PORTVERSION= 2.6.4
|
|
PORTREVISION= 2
|
|
CATEGORIES= lang
|
|
MASTER_SITES= # empty
|
|
PKGNAMEPREFIX= fpc-
|
|
DISTFILES= # empty
|
|
EXTRACT_ONLY= # empty
|
|
|
|
MAINTAINER= freebsd-fpc@FreeBSD.org
|
|
COMMENT= Meta package to install all of the Free Pascal base
|
|
|
|
WANT_FPC_BASE= yes
|
|
NO_BUILD= yes
|
|
NO_INSTALL= yes
|
|
NO_MTREE= yes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
DOCS_RUN_DEPENDS= ${LOCALBASE}/share/doc/fpdocs-${PORTVERSION}/user.pdf:${PORTSDIR}/lang/fpc-docs
|
|
|
|
.include <bsd.port.mk>
|