mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
3abe20105a
PR: 252174 Approved by: lwhsu
17 lines
270 B
Makefile
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>
|