forked from Lainports/freebsd-ports
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
30 lines
674 B
Makefile
30 lines
674 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= drgeo
|
|
PORTVERSION= 1.1.0
|
|
PORTREVISION= 21
|
|
CATEGORIES= math
|
|
MASTER_SITES= SF/ofset/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
COMMENT= GTK interactive geometry software
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libguile.so:lang/guile
|
|
|
|
USES= compiler:c++11-lang gettext gmake localbase:ldflags pkgconfig pathfix
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= gnomeprefix intlhack libglade2
|
|
|
|
CXXFLAGS+= -Wno-reserved-user-defined-literal
|
|
|
|
PORTDATA= *
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|#!/bin/bash|#!/bin/sh|g' \
|
|
${WRKSRC}/plugin/drgeo/progs/tm_drgeo
|
|
|
|
.include <bsd.port.mk>
|