freebsd-ports/lang/gpc/Makefile
Will Andrews d094bd696b Add GPC - GNU Pascal Compiler. Finally we have a Pascal compiler in the
ports collection!  :-)

PR:			17578
Submitted by:		Anton N. Breusov <antonz@library.ntu-kpi.kiev.ua>
No objections from:	asami, obrien
2000-05-29 03:05:51 +00:00

36 lines
835 B
Makefile

# Ports collection makefile for: gpc
# Date created: January 27, 1999
# Whom: Berend de Boer <berend@pobox.com>
#
# $FreeBSD$
PORTNAME= gpc
PORTVERSION= 2.0
CATEGORIES= lang
MASTER_SITES= ftp://agnes.dida.physik.uni-essen.de/gnu-pascal/current/
DISTNAME= gpc-19990118
MAINTAINER= antonz@library.ntu-kpi.kiev.ua
BUILD_DEPENDS= nonexistent:${PORTSDIR}/lang/gcc28:patch
WRKSRC= ${WRKDIR}/gpc
MAKE_ARGS= LANGUAGES=pascal
USE_AUTOCONF= yes
USE_GMAKE= yes
ALL_TARGET= bootstrap
INSTALL_TARGET= pascal.install
MAN1= gpc.1
.include <bsd.port.pre.mk>
GNUHOST= ${ARCH}--freebsd${OSREL}
PLIST_SUB= GNUHOST=${GNUHOST}
CONFIGURE_ARGS= --with-gxx-include-dir=${PREFIX}/lib/gcc-lib/${GNUHOST}/2.8.1/include/g++
post-extract:
@(${CP} -R ${WRKDIRPREFIX}${PORTSDIR}/lang/gcc28/work/gcc-2.8.1/* ${WRKSRC})
.include <bsd.port.post.mk>