- Update Algol 68 Genie to 2.4

- Convert to new style OPTIONS
- Remove unneeded library version numbers
This commit is contained in:
Johan van Selst 2012-06-16 15:51:36 +00:00
parent a120c6a205
commit 6edf91bd9c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299411
2 changed files with 11 additions and 11 deletions

View File

@ -6,19 +6,17 @@
#
PORTNAME= algol68g
PORTVERSION= 2.3.5
PORTREVISION= 1
PORTVERSION= 2.4
CATEGORIES= lang
MASTER_SITES= http://jmvdveer.home.xs4all.nl/
EXTRACT_SUFX= .tgz
MAINTAINER= johans@FreeBSD.org
COMMENT= Alogol 68 Genie compiler
LIB_DEPENDS= gsl.16:${PORTSDIR}/math/gsl
LIB_DEPENDS= gsl:${PORTSDIR}/math/gsl
OPTIONS= PLOT "GNU plot support" On \
PGSQL "Postgresql support" On
OPTIONS_DEFINE= GNUPLOT PGSQL
OPTIONS_DEFAULT=GNUPLOT PGSQL
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-compiler
@ -29,13 +27,13 @@ PLIST_FILES= bin/a68g include/algol68g/a68g.h include/algol68g/a68g-config.h
.include <bsd.port.options.mk>
.ifdef WITH_PLOT
LIB_DEPENDS+= plot.4:${PORTSDIR}/graphics/plotutils
.if ${PORT_OPTIONS:MGNUPLOT}
LIB_DEPENDS+= plot:${PORTSDIR}/graphics/plotutils
.else
CONFIGURE_ARGS+=--disable-plotutils
.endif
.ifdef WITH_PGSQL
.if ${PORT_OPTIONS:MPGSQL}
USE_PGSQL= yes
.else
CONFIGURE_ARGS+=--disable-postgresql
@ -44,5 +42,7 @@ CONFIGURE_ARGS+=--disable-postgresql
post-patch:
# Skip broken check, assume our $CC works
@${REINPLACE_CMD} -e 's/"xgcc"/"x${CC}"/' ${WRKSRC}/configure
@${REINPLACE_CMD} -e '/^install-data-am/s/install-docDATA//' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (algol68g-2.3.5.tgz) = 40b7a838d262676f8514ec3f180b5732bf31c1bea791492454fb90ea8c44a414
SIZE (algol68g-2.3.5.tgz) = 513613
SHA256 (algol68g-2.4.tar.gz) = f041cbd818450abb047317351822de09879f80d03cada116295a731084d01cfd
SIZE (algol68g-2.4.tar.gz) = 552869