freebsd-ports/graphics/R-cran-GDD/Makefile
Dirk Meyer eff60e5ddb - update libgd to 2.3.0
- new option RAQM
- resurrect deprecated gdlib-config
- bump dependend ports
2020-05-04 21:31:39 +00:00

22 lines
450 B
Makefile

# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
# $FreeBSD$
PORTNAME= GDD
DISTVERSION= 0.1-13.1
PORTREVISION= 15
CATEGORIES= graphics
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Graphics device for R for creating bitmap output
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>