forked from Lainports/freebsd-ports
- lang/fpc add binutils to RUN_DEPENDS - editors/lazarus add binutils to RUN_DEPENDS - editors/lazarus add gmake to RUN_DEPENDS - editors/lazarus install fpc units like RUN_DEPENDS too - Bump PORTREVISiON of fpc/lazarus ports PR: 251712 Reported by: amdmi3
19 lines
410 B
Makefile
19 lines
410 B
Makefile
# Created by: John Merryweather Cooper <coop9211@uidaho.edu>
|
|
# $FreeBSD$
|
|
|
|
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>
|