aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-02-07 15:58:41 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-02-07 15:58:41 +0000
commitc4a8c57ae21ac7b93ad68b72f0fb3e423a9716b6 (patch)
treeadea4b5967582c07f3a5159709ce87a4697d1949 /graphics
parent6fd1bedaa9881937b11ed376f63f825f17d1405f (diff)
downloadports-c4a8c57ae21ac7b93ad68b72f0fb3e423a9716b6.tar.gz
ports-c4a8c57ae21ac7b93ad68b72f0fb3e423a9716b6.zip
- Add LICENSE_FILE
- Fix plist Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=461151
Diffstat (limited to 'graphics')
-rw-r--r--graphics/opencsg/Makefile3
-rw-r--r--graphics/opencsg/pkg-plist5
2 files changed, 5 insertions, 3 deletions
diff --git a/graphics/opencsg/Makefile b/graphics/opencsg/Makefile
index b7ae97d0ab51..edf437f83d27 100644
--- a/graphics/opencsg/Makefile
+++ b/graphics/opencsg/Makefile
@@ -3,7 +3,7 @@
PORTNAME= opencsg
PORTVERSION= 1.4.2
-#PORTREVISION= 1
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.opencsg.org/
DISTNAME= OpenCSG-${PORTVERSION}
@@ -12,6 +12,7 @@ MAINTAINER= mr@FreeBSD.org
COMMENT= Constructive Solid Geometry rendering library
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/../license.txt
USES= compiler:c++11-lang qmake
USE_GL= gl glew
diff --git a/graphics/opencsg/pkg-plist b/graphics/opencsg/pkg-plist
index 42ee76a892c9..d36e54c55612 100644
--- a/graphics/opencsg/pkg-plist
+++ b/graphics/opencsg/pkg-plist
@@ -1,4 +1,5 @@
include/opencsg.h
-lib/libopencsg.so.%%PORTVERSION%%
-lib/libopencsg.so.1
lib/libopencsg.so
+lib/libopencsg.so.1
+lib/libopencsg.so.1.4
+lib/libopencsg.so.%%PORTVERSION%%