forked from Lainports/opnsense-ports
18 lines
394 B
Makefile
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>
|