opnsense-ports/lang/fpc-base/Makefile
Franco Fichtner d543c3ab93 */*: sync with upstream
Taken from: FreeBSD
2016-04-02 16:03:17 +02:00

21 lines
445 B
Makefile

# Created by: John Merryweather Cooper <coop9211@uidaho.edu>
# $FreeBSD$
PORTNAME= base
PORTVERSION= 3.0.0
PORTREVISION= 1
CATEGORIES= lang
PKGNAMEPREFIX= fpc-
MAINTAINER= freebsd-fpc@FreeBSD.org
COMMENT= Meta package to install all of the Free Pascal base
USES= metaport
USE_FPC_RUN= yes
WANT_FPC_BASE= yes
OPTIONS_DEFINE= DOCS
DOCS_RUN_DEPENDS= ${LOCALBASE}/share/doc/fpdocs-${PORTVERSION}/user.pdf:lang/fpc-docs
.include <bsd.port.mk>