aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--graphics/ampasACES-container/Makefile5
-rw-r--r--graphics/ampasCTL/Makefile9
2 files changed, 10 insertions, 4 deletions
diff --git a/graphics/ampasACES-container/Makefile b/graphics/ampasACES-container/Makefile
index def7ba10e72e..94f934bbe17e 100644
--- a/graphics/ampasACES-container/Makefile
+++ b/graphics/ampasACES-container/Makefile
@@ -8,7 +8,10 @@ CATEGORIES= graphics devel
MAINTAINER= nemysis@FreeBSD.org
COMMENT= ACES Container Reference Implementation
-LICENSE= BSD
+LICENSE= AMPAS
+LICENSE_NAME= AMPAS
+LICENSE_FILE= ${WRKSRC}/LICENSE
+LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
USE_GITHUB= yes
GH_ACCOUNT= ampas
diff --git a/graphics/ampasCTL/Makefile b/graphics/ampasCTL/Makefile
index bc134c4ec4e1..eee651d5dbfb 100644
--- a/graphics/ampasCTL/Makefile
+++ b/graphics/ampasCTL/Makefile
@@ -9,15 +9,18 @@ CATEGORIES= graphics devel
MAINTAINER= nemysis@FreeBSD.org
COMMENT= Color Transformation Language interpreter
-LICENSE= BSD
-
-CONFLICTS= openexr_ctl-1.[0-4].*
+LICENSE= AMPAS
+LICENSE_NAME= AMPAS
+LICENSE_FILE= ${WRKSRC}/LICENSE
+LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
LIB_DEPENDS= libImath.so:${PORTSDIR}/graphics/ilmbase \
libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \
libtiff.so:${PORTSDIR}/graphics/tiff \
libAcesContainer.so:${PORTSDIR}/graphics/ampasACES-container
+CONFLICTS= openexr_ctl-1.[0-4].*
+
USE_GITHUB= yes
GH_ACCOUNT= ampas
GH_PROJECT= CTL