mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
23 lines
451 B
Makefile
23 lines
451 B
Makefile
# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= GDD
|
|
DISTVERSION= 0.1-13.1
|
|
PORTREVISION= 9
|
|
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:${PORTSDIR}/graphics/gd
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|