diff options
-rw-r--r-- | deskutils/etoile-dictionaryreader/Makefile | 2 | ||||
-rw-r--r-- | devel/etoile-coreobject/Makefile | 2 | ||||
-rw-r--r-- | games/gridlock/Makefile | 2 | ||||
-rw-r--r-- | graphics/jasper/Makefile | 2 | ||||
-rw-r--r-- | graphics/pixen/Makefile | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/deskutils/etoile-dictionaryreader/Makefile b/deskutils/etoile-dictionaryreader/Makefile index 30b1f0ad836d..e29644f66a96 100644 --- a/deskutils/etoile-dictionaryreader/Makefile +++ b/deskutils/etoile-dictionaryreader/Makefile @@ -15,6 +15,8 @@ DISTNAME= etoile-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Dict client for GNUstep +LICENSE= MIT + USE_BZIP2= yes USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes diff --git a/devel/etoile-coreobject/Makefile b/devel/etoile-coreobject/Makefile index cbb6fead7c2f..89d669e03845 100644 --- a/devel/etoile-coreobject/Makefile +++ b/devel/etoile-coreobject/Makefile @@ -15,6 +15,8 @@ DISTNAME= etoile-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Etoile Project CoreObject framework +LICENSE= MIT + USE_BZIP2= yes USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes diff --git a/games/gridlock/Makefile b/games/gridlock/Makefile index e2674cf27f38..b6629ab3df56 100644 --- a/games/gridlock/Makefile +++ b/games/gridlock/Makefile @@ -16,6 +16,8 @@ DISTNAME= Gridlock-gnustep-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= A collection of grid-based board games for GNUstep +LICENSE= MIT + USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes diff --git a/graphics/jasper/Makefile b/graphics/jasper/Makefile index 2fd3f3fdf6d1..b0a949eaaf0a 100644 --- a/graphics/jasper/Makefile +++ b/graphics/jasper/Makefile @@ -18,6 +18,8 @@ COMMENT= An implementation of the codec specified in the JPEG-2000 standard LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg +LICENSE= MIT + USE_AUTOTOOLS= libtool:22 USE_ZIP= yes USE_GNOME= gnometarget lthack diff --git a/graphics/pixen/Makefile b/graphics/pixen/Makefile index 5ec72a0afab1..9287d8199dee 100644 --- a/graphics/pixen/Makefile +++ b/graphics/pixen/Makefile @@ -15,6 +15,8 @@ DISTNAME= Pixen-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Graphics editing software for small-scale pictures for GNUstep +LICENSE= MIT + USE_BZIP2= yes USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes |