2010-09-09 23:19:13 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= algol68g
|
2015-05-02 14:05:40 +02:00
|
|
|
PORTVERSION= 2.8.1
|
2010-09-09 23:19:13 +02:00
|
|
|
CATEGORIES= lang
|
2011-07-09 13:43:14 +02:00
|
|
|
MASTER_SITES= http://jmvdveer.home.xs4all.nl/
|
2010-09-09 23:19:13 +02:00
|
|
|
|
|
|
|
MAINTAINER= johans@FreeBSD.org
|
2012-07-29 13:17:02 +02:00
|
|
|
COMMENT= Algol 68 Genie compiler
|
2010-09-09 23:19:13 +02:00
|
|
|
|
2013-10-08 11:08:22 +02:00
|
|
|
LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/gsl
|
2010-09-09 23:19:13 +02:00
|
|
|
|
2014-09-04 19:38:04 +02:00
|
|
|
OPTIONS_DEFINE= PLOTUTILS PGSQL
|
|
|
|
OPTIONS_DEFAULT=PLOTUTILS PGSQL
|
|
|
|
|
|
|
|
PLOTUTILS_DESC= Plotting support via plotutils
|
|
|
|
PLOTUTILS_LIB_DEPENDS= libplot.so:${PORTSDIR}/graphics/plotutils
|
|
|
|
PLOTUTILS_CONFIGURE_ENABLE=plotutils
|
|
|
|
|
|
|
|
PGSQL_USES= pgsql
|
|
|
|
PGSQL_CONFIGURE_ENABLE= postgresql
|
2010-09-09 23:19:13 +02:00
|
|
|
|
2011-01-22 15:05:58 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+=--enable-compiler
|
2010-09-09 23:19:13 +02:00
|
|
|
|
2013-10-08 11:08:22 +02:00
|
|
|
PLIST_FILES= bin/a68g man/man1/a68g.1.gz \
|
|
|
|
include/algol68g/a68g.h include/algol68g/a68g-config.h
|
2010-09-09 23:19:13 +02:00
|
|
|
|
2011-01-22 15:05:58 +01:00
|
|
|
post-patch:
|
2012-07-01 00:06:08 +02:00
|
|
|
# Skip broken check, assume our $CC works
|
2013-10-08 11:08:22 +02:00
|
|
|
@${REINPLACE_CMD} -Ee 's/.*(\*-freebsd)/\1/' \
|
|
|
|
-e 's/"xgcc"/"x${CC}"/; s/-ldl //' ${WRKSRC}/configure
|
2012-06-16 17:51:36 +02:00
|
|
|
@${REINPLACE_CMD} -e '/^install-data-am/s/install-docDATA//' \
|
|
|
|
${WRKSRC}/Makefile.in
|
2010-09-21 21:43:17 +02:00
|
|
|
|
2011-01-22 15:05:58 +01:00
|
|
|
.include <bsd.port.mk>
|