diff options
-rw-r--r-- | databases/gdl2/Makefile | 2 | ||||
-rw-r--r-- | devel/codeblocks/Makefile | 2 | ||||
-rw-r--r-- | devel/gnustep-make/Makefile | 2 | ||||
-rw-r--r-- | devel/gorm/Makefile | 3 | ||||
-rw-r--r-- | devel/performance/Makefile | 2 | ||||
-rw-r--r-- | lang/gnustep-base/Makefile | 2 | ||||
-rw-r--r-- | security/tinc/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gnustep-back/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 2 |
9 files changed, 18 insertions, 1 deletions
diff --git a/databases/gdl2/Makefile b/databases/gdl2/Makefile index 7648d388c7b7..dc7670e6e586 100644 --- a/databases/gdl2/Makefile +++ b/databases/gdl2/Makefile @@ -18,6 +18,8 @@ COMMENT= GNUstep Database Library 2 (Enterprise Objects Framework) LIB_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3 +LICENSE= GPLv3 + USE_GNUSTEP= yes USE_GNUSTEP_BASE= yes USE_GNUSTEP_CONFIGURE= yes diff --git a/devel/codeblocks/Makefile b/devel/codeblocks/Makefile index 6b1940ad0644..089880bc32e3 100644 --- a/devel/codeblocks/Makefile +++ b/devel/codeblocks/Makefile @@ -18,6 +18,8 @@ COMMENT= Open source, cross-platform, free C/C++ IDE BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme +LICENSE= GPLv3 + USE_BZIP2= yes USE_WX= 2.8 WANT_UNICODE= yes diff --git a/devel/gnustep-make/Makefile b/devel/gnustep-make/Makefile index de08719ed2ae..8828f0470b08 100644 --- a/devel/gnustep-make/Makefile +++ b/devel/gnustep-make/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= core MAINTAINER= dinoex@FreeBSD.org COMMENT= GNUstep makefile package +LICENSE= GPLv3 + USE_GNUSTEP= yes GNU_CONFIGURE= yes diff --git a/devel/gorm/Makefile b/devel/gorm/Makefile index 537321ee87d4..2cbad71d4253 100644 --- a/devel/gorm/Makefile +++ b/devel/gorm/Makefile @@ -18,7 +18,8 @@ MASTER_SITE_SUBDIR= dev-apps MAINTAINER= dinoex@FreeBSD.org COMMENT= Graphical Object Relationship Modeller -NO_PACKAGE= GPL3 +LICENSE= GPLv3 + USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes diff --git a/devel/performance/Makefile b/devel/performance/Makefile index 88d7466bf6a8..82a3f8f06a5e 100644 --- a/devel/performance/Makefile +++ b/devel/performance/Makefile @@ -15,6 +15,8 @@ DISTNAME= Performance-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Help improve the performance of GNUstep applications +LICENSE= GPLv3 + USE_GNUSTEP= yes USE_GNUSTEP_BASE= yes USE_GNUSTEP_BUILD= yes diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index cf19082ba2c4..3fbfeb408c62 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -26,6 +26,8 @@ LIB_DEPENDS+= dns_sd:${PORTSDIR}/net/mDNSResponder LIB_DEPENDS+= gnutls-openssl.40:${PORTSDIR}/security/gnutls BUILD_DEPENDS+= pkg-config:${PORTSDIR}/devel/pkg-config +LICENSE= GPLv3 + USE_AUTOTOOLS= autoconf:262 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-procfs --disable-openssl --enable-tls \ diff --git a/security/tinc/Makefile b/security/tinc/Makefile index f192230e59b4..ae86e787e742 100644 --- a/security/tinc/Makefile +++ b/security/tinc/Makefile @@ -18,6 +18,8 @@ COMMENT= A Virtual Private Network (VPN) daemon LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo +LICENSE= GPLv3 + USE_OPENSSL= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile index e230cdb4e964..d74616b5ffae 100644 --- a/x11-toolkits/gnustep-back/Makefile +++ b/x11-toolkits/gnustep-back/Makefile @@ -26,6 +26,8 @@ LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft LIB_DEPENDS+= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2 +LICENSE= GPLv3 + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-tiff-library=${LOCALBASE}/lib CONFIGURE_ARGS+= --with-tiff-include=${LOCALBASE}/include diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index 7e43202aae6f..62fc2af04006 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/Makefile @@ -31,6 +31,8 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libflite.a:${PORTSDIR}/audio/flite LIB_DEPENDS+= audiofile:${PORTSDIR}/audio/libaudiofile .endif +LICENSE= GPLv3 + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-tiff-library=${LOCALBASE}/lib CONFIGURE_ARGS+= --with-tiff-include=${LOCALBASE}/include |