e40d870fc3
* Add new unit devel/fpc-tplylib * Remove COMPAT10 dependency [PR/254481] PR: 254481 Reported by: jbeich
17 lines
382 B
Makefile
17 lines
382 B
Makefile
# Created by: John Merryweather Cooper <coop9211@uidaho.edu>
|
|
|
|
PORTNAME= base
|
|
PORTVERSION= 3.2.2
|
|
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>
|