blob: eb7f3f5b15fc8f18d9d6539605db4acf1d28cccb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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>
|