20 lines
420 B
Makefile
20 lines
420 B
Makefile
PORTNAME= GDD
|
|
DISTVERSION= 0.1-13.1
|
|
PORTREVISION= 16
|
|
CATEGORIES= graphics
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= skreuzer@FreeBSD.org
|
|
COMMENT= Graphics device for R for creating bitmap output
|
|
WWW= http://www.rosuda.org/R/GDD/
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BUILD_DEPENDS= libgd>=2.0.35_8,1:graphics/gd
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|