2013-01-04 18:51:39 +01:00
|
|
|
# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
|
2012-08-22 15:59:54 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= GDD
|
2012-08-22 17:39:55 +02:00
|
|
|
DISTVERSION= 0.1-13.1
|
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= 14
|
2012-08-22 15:59:54 +02:00
|
|
|
CATEGORIES= graphics
|
2012-08-22 17:39:55 +02:00
|
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
2012-08-22 15:59:54 +02:00
|
|
|
|
|
|
|
MAINTAINER= skreuzer@FreeBSD.org
|
|
|
|
COMMENT= Graphics device for R for creating bitmap output
|
|
|
|
|
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
BUILD_DEPENDS= libgd>=2.0.35_8,1:graphics/gd
|
2012-08-29 17:16:25 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
|
2012-08-22 15:59:54 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
2017-06-18 20:09:16 +02:00
|
|
|
USES= cran:auto-plist,compiles
|
2012-08-22 15:59:54 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|