2013-07-12 17:01:45 +02:00
|
|
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
2003-01-11 09:35:25 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2003-10-06 11:02:35 +02:00
|
|
|
PORTNAME= drgeo
|
2005-08-30 05:14:01 +02:00
|
|
|
PORTVERSION= 1.1.0
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 22:46:53 +02:00
|
|
|
PORTREVISION= 21
|
2003-01-11 09:35:25 +01:00
|
|
|
CATEGORIES= math
|
2009-08-22 02:28:34 +02:00
|
|
|
MASTER_SITES= SF/ofset/${PORTNAME}/${PORTVERSION}
|
2003-01-11 09:35:25 +01:00
|
|
|
|
2008-06-19 19:28:24 +02:00
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
2012-07-29 13:17:02 +02:00
|
|
|
COMMENT= GTK interactive geometry software
|
2003-01-11 09:35:25 +01:00
|
|
|
|
2017-11-30 18:06:14 +01:00
|
|
|
LICENSE= GPLv2+
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
LIB_DEPENDS= libguile.so:lang/guile
|
2003-01-11 09:35:25 +01:00
|
|
|
|
2019-11-08 15:11:45 +01:00
|
|
|
USES= compiler:c++11-lang gettext gmake gnome localbase:ldflags \
|
|
|
|
pathfix pkgconfig
|
2018-06-29 18:34:26 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2014-04-22 03:26:22 +02:00
|
|
|
USE_GNOME= gnomeprefix intlhack libglade2
|
2013-11-28 05:53:20 +01:00
|
|
|
|
2018-06-29 18:34:26 +02:00
|
|
|
CXXFLAGS+= -Wno-reserved-user-defined-literal
|
|
|
|
|
2013-11-28 05:53:20 +01:00
|
|
|
PORTDATA= *
|
2003-01-11 09:35:25 +01:00
|
|
|
|
2005-08-30 05:14:01 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|#!/bin/bash|#!/bin/sh|g' \
|
|
|
|
${WRKSRC}/plugin/drgeo/progs/tm_drgeo
|
|
|
|
|
2003-01-11 09:35:25 +01:00
|
|
|
.include <bsd.port.mk>
|