mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 09:33:11 -04:00
27 lines
667 B
Makefile
27 lines
667 B
Makefile
PORTNAME= openjpeg
|
|
PORTVERSION= 2.4.0
|
|
DISTVERSIONSUFFIX= -7.el9
|
|
CATEGORIES= graphics linux
|
|
PKGNAMESUFFIX= 2
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Open-source JPEG 2000 codec (Rocky Linux ${LINUX_DIST_VER})
|
|
WWW= https://www.openjpeg.org/
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= linux:rl9
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX= png tiff
|
|
USE_LINUX_RPM= yes
|
|
|
|
LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}
|
|
SRC_DISTFILES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE
|
|
|
|
CONFLICTS= linux-c7-${PORTNAME}
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|