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
|
2020-05-04 23:31:39 +02:00
|
|
|
PORTREVISION= 15
|
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>
|