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