1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/graphics/R-cran-jpeg/Makefile
Guangyuan Yang 3abe20105a new port: graphics/R-cran-jpeg: Read and write JPEG images
PR:		252174
Approved by:	lwhsu
2020-12-28 00:20:35 +00:00

17 lines
270 B
Makefile

# $FreeBSD$
PORTNAME= jpeg
DISTVERSION= 0.1-8.1
CATEGORIES= graphics
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= ygy@FreeBSD.org
COMMENT= Read and write JPEG images
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
USES= cran:auto-plist,compiles
.include <bsd.port.mk>