freebsd-ports/graphics/R-cran-GDD/Makefile

23 lines
451 B
Makefile
Raw Normal View History

# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
# $FreeBSD$
PORTNAME= GDD
DISTVERSION= 0.1-13.1
PORTREVISION= 8
CATEGORIES= graphics
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Graphics device for R for creating bitmap output
LICENSE= GPLv2
2013-08-09 16:05:52 +02:00
BUILD_DEPENDS= libgd>=2.0.35_8,1:${PORTSDIR}/graphics/gd
RUN_DEPENDS:= ${BUILD_DEPENDS}
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= cran:auto-plist
.include <bsd.port.mk>