freebsd-ports/graphics/R-cran-GDD/Makefile
Tijl Coosemans 323dfa7d83 Remove libtiff.so.4 compatibility links that were added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 16:07:33 +00:00

22 lines
440 B
Makefile

# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
# $FreeBSD$
PORTNAME= GDD
DISTVERSION= 0.1-13.1
PORTREVISION= 10
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
.include <bsd.port.mk>