diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-06-04 21:49:15 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-06-04 21:49:15 +0800 |
commit | 3e7ab6a46d64a9c7433c504d7d1a0168788e51bc (patch) | |
tree | 0dc731d35ba9c1cb4d36e5256d411eb45c157b84 /databases | |
parent | b1b1fcfb042108e4005ec06b2e71fbba95e26542 (diff) | |
download | freebsd-ports-gnome-3e7ab6a46d64a9c7433c504d7d1a0168788e51bc.tar.gz freebsd-ports-gnome-3e7ab6a46d64a9c7433c504d7d1a0168788e51bc.tar.zst freebsd-ports-gnome-3e7ab6a46d64a9c7433c504d7d1a0168788e51bc.zip |
LICENSE GPLv2
Diffstat (limited to 'databases')
-rw-r--r-- | databases/animenfo-client-gtk/Makefile | 2 | ||||
-rw-r--r-- | databases/animenfo-client/Makefile | 2 | ||||
-rw-r--r-- | databases/mylibrary/Makefile | 2 | ||||
-rw-r--r-- | databases/sqlclient/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/databases/animenfo-client-gtk/Makefile b/databases/animenfo-client-gtk/Makefile index 65f6b6ba42da..fa40caeeaebf 100644 --- a/databases/animenfo-client-gtk/Makefile +++ b/databases/animenfo-client-gtk/Makefile @@ -19,6 +19,8 @@ COMMENT= AnimeNfo client with GTK support BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config +LICENSE= GPLv2 + USE_GMAKE= yes USE_GETTEXT= yes USE_GNOME= gtk20 diff --git a/databases/animenfo-client/Makefile b/databases/animenfo-client/Makefile index 949820f4e27f..4b2bfeb0f192 100644 --- a/databases/animenfo-client/Makefile +++ b/databases/animenfo-client/Makefile @@ -16,6 +16,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= dinoex@FreeBSD.org COMMENT= AnimeNfo client +LICENSE= GPLv2 + USE_GMAKE= yes PLIST_FILES= bin/animenfo-client diff --git a/databases/mylibrary/Makefile b/databases/mylibrary/Makefile index 02e9174ce32c..ae4b3bd55713 100644 --- a/databases/mylibrary/Makefile +++ b/databases/mylibrary/Makefile @@ -16,6 +16,8 @@ DISTNAME= MyLibrary-${PORTVERSION}g MAINTAINER= dinoex@FreeBSD.org COMMENT= Wiki-style data management application for GNUstep +LICENSE= GPLv2 + USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes diff --git a/databases/sqlclient/Makefile b/databases/sqlclient/Makefile index 6495edd4dfd5..f40e009f86f4 100644 --- a/databases/sqlclient/Makefile +++ b/databases/sqlclient/Makefile @@ -16,6 +16,8 @@ DISTNAME= SQLClient-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Lightweight database abstraction layer +LICENSE= GPLv2 + USE_GNUSTEP= yes USE_GNUSTEP_BASE= yes USE_GNUSTEP_CONFIGURE= yes |