freebsd-ports/lang/fpc-base/Makefile
Jose Alonso Cardenas Marquez 82ac7a6add - lang/fpc revert way like linker is taken by fpc compiler
- 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
2021-01-14 21:11:15 +00:00

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>