opnsense-ports/lang/fpc-base/Makefile
Franco Fichtner 28a5acb92e */*: sync with upstream
Taken from: HardenedBSD
2018-04-05 02:21:02 +02:00

18 lines
394 B
Makefile

# Created by: John Merryweather Cooper <coop9211@uidaho.edu>
# $FreeBSD$
PORTNAME= base
PORTVERSION= 3.0.4
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>