diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-02 20:03:40 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-02 20:03:40 +0000 |
commit | 7d74b5c0b7728668eb12d4d2000231a68c4e792e (patch) | |
tree | 2d58016a33d2c193386acef688e7b103b4c66c6f | |
parent | - update to 2.2.31 (diff) |
- Add LICENSE
Notes
Notes:
svn path=/head/; revision=393441
Diffstat (limited to '')
-rw-r--r-- | devel/tokamak/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/tokamak/Makefile b/devel/tokamak/Makefile index 98cd1787598f..5eae80765b6b 100644 --- a/devel/tokamak/Makefile +++ b/devel/tokamak/Makefile @@ -10,6 +10,10 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= High performance real-time physics library +LICENSE= BSD3CLAUSE ZLIB +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/license.txt # not actually used by ports framework + USES= gmake zip:infozip dos2unix DOS2UNIX_FILES= build/gnu/tokamak.make |