aboutsummaryrefslogtreecommitdiff
path: root/graphics/R-cran-jpeg/Makefile
blob: c82d5229fed31d40383ca80fd4832db08e5d679f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	jpeg
DISTVERSION=	0.1-9
CATEGORIES=	graphics
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	ygy@FreeBSD.org
COMMENT=	Read and write JPEG images
WWW=		https://www.rforge.net/jpeg/

LICENSE=	GPLv2 GPLv3
LICENSE_COMB=	dual

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>