diff options
author | arved <arved@FreeBSD.org> | 2010-05-31 01:39:07 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2010-05-31 01:39:07 +0800 |
commit | 149e813f6a1487db553bc87315ad1fc29c888faf (patch) | |
tree | 88be4e0d39878c0e038c84db67f8fef447b25a77 /math | |
parent | 336ae912f8173c42b1c8043be06f476e97d3cba7 (diff) | |
download | freebsd-ports-gnome-149e813f6a1487db553bc87315ad1fc29c888faf.tar.gz freebsd-ports-gnome-149e813f6a1487db553bc87315ad1fc29c888faf.tar.zst freebsd-ports-gnome-149e813f6a1487db553bc87315ad1fc29c888faf.zip |
Add LICENSE and LICENSE_FILE to my ports.
Diffstat (limited to 'math')
-rw-r--r-- | math/facile/Makefile | 2 | ||||
-rw-r--r-- | math/graphthing/Makefile | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/math/facile/Makefile b/math/facile/Makefile index 03eb4eee0f51..6b6bd21687b8 100644 --- a/math/facile/Makefile +++ b/math/facile/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.recherche.enac.fr/log/facile/distrib/ MAINTAINER= arved@FreeBSD.org COMMENT= A Functional Constraint Library +LICENSE= LGPL +LICENSE_FILE= ${WRKSRC}/LICENSE USE_OCAML= yes HAS_CONFIGURE= yes USE_GMAKE= yes diff --git a/math/graphthing/Makefile b/math/graphthing/Makefile index 79c2115a85f7..ad914a48634e 100644 --- a/math/graphthing/Makefile +++ b/math/graphthing/Makefile @@ -15,6 +15,9 @@ MASTER_SITES= http://graph.seul.org/ MAINTAINER= arved@FreeBSD.org COMMENT= A tool that allows you to create, manipulate and study graphs +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + USE_BZIP2= yes USE_GNOME= gnometarget gtk20 USE_BISON= build |