diff options
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 |