freebsd-ports/lang/fpc-base/Makefile

25 lines
507 B
Makefile
Raw Normal View History

# Created by: John Merryweather Cooper <coop9211@uidaho.edu>
# $FreeBSD$
PORTNAME= base
PORTVERSION= 2.6.2
CATEGORIES= lang
MASTER_SITES= # empty
PKGNAMEPREFIX= fpc-
DISTFILES= # empty
EXTRACT_ONLY= # empty
MAINTAINER= acm@FreeBSD.org
COMMENT= Meta package to install all of the Free Pascal base
WANT_FPC_BASE= yes
NO_BUILD= yes
2014-01-28 01:16:57 +01:00
NO_INSTALL= yes
NO_MTREE= yes
OPTIONS_DEFINE= DOCS
2014-01-28 01:16:57 +01:00
DOCS_RUN_DEPENDS= ${LOCALBASE}/share/doc/fpdocs-${PORTVERSION}/user.pdf:${PORTSDIR}/lang/fpc-docs
.include <bsd.port.mk>