diff options
Diffstat (limited to 'graphics/linux-c6-jasper/Makefile')
-rw-r--r-- | graphics/linux-c6-jasper/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/linux-c6-jasper/Makefile b/graphics/linux-c6-jasper/Makefile new file mode 100644 index 000000000000..a17c02d71cae --- /dev/null +++ b/graphics/linux-c6-jasper/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= jasper +PORTVERSION= 1.900.1 +CATEGORIES= graphics linux +LIB_DISTFILES= ${PORTNAME}-libs-${PORTVERSION}-${RPMVERSION}${EXTRACT_SUFX} +SRC_DISTFILES= ${DISTNAME}${SRC_SUFX}:SOURCE + +MAINTAINER= emulation@FreeBSD.org +COMMENT= JPEG-2000 reference implementation (Linux CentOS ${LINUX_DIST_VER}) + +ONLY_FOR_ARCHS= i386 amd64 +RPMVERSION= 16.el6_6.3 +USES= linux:c6 +USE_LINUX_RPM= yes +USE_LDCONFIG= yes + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include <bsd.port.mk> |