mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
c2a92a1aea
version 1.1.0 (via revision 464079).
23 lines
450 B
Makefile
23 lines
450 B
Makefile
# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= GDD
|
|
DISTVERSION= 0.1-13.1
|
|
PORTREVISION= 12
|
|
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>
|