diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2010-05-30 17:39:07 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2010-05-30 17:39:07 +0000 |
commit | 8643d4aa4f1c5fd88ccf6a088374f9f7c718ff6b (patch) | |
tree | 80e86a504e40bb07a6114c8b8fdfc5765bfa6a38 /math | |
parent | - Reset maintainership (diff) |
Add LICENSE and LICENSE_FILE to my ports.
Notes
Notes:
svn path=/head/; revision=255330
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 |