diff options
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gnustep-back/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/gtoolkit/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/lesstif/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/tk82/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/tk83/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/tk84/Makefile | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile index 665405fb89b7..7e25db374ba7 100644 --- a/x11-toolkits/gnustep-back/Makefile +++ b/x11-toolkits/gnustep-back/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= ${MASTER_SITE_GNUSTEP} \ MASTER_SITE_SUBDIR= core MAINTAINER= dinoex@FreeBSD.org +COMMENT= GNUstep GUI backend BUILD_DEPENDS= ${COMBOLIBDIR}/libgnustep-gui.so:${PORTSDIR}/x11-toolkits/gnustep-gui BUILD_DEPENDS+= ${LOCALBASE}/lib/libcallback.a:${PORTSDIR}/devel/ffcall diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index 8088faf15ebb..1cc56fe6dde1 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= ${MASTER_SITE_GNUSTEP} \ MASTER_SITE_SUBDIR= core MAINTAINER= dinoex@FreeBSD.org +COMMENT= GNUstep GUI library BUILD_DEPENDS= ${COMBOLIBDIR}/libgnustep-base.so:${PORTSDIR}/lang/gnustep-base BUILD_DEPENDS+= ${LOCALBASE}/lib/libcallback.a:${PORTSDIR}/devel/ffcall diff --git a/x11-toolkits/gtoolkit/Makefile b/x11-toolkits/gtoolkit/Makefile index 19a7ff977458..54d370465c48 100644 --- a/x11-toolkits/gtoolkit/Makefile +++ b/x11-toolkits/gtoolkit/Makefile @@ -11,6 +11,7 @@ CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.inf.uos.de/pub/elmar/gtk/objc-gtoolkit/ MAINTAINER= dinoex@FreeBSD.org +COMMENT= Obj-C wrapper for gtk, a x11 graphics library BUILD_DEPENDS= ${COMBOLIBDIR}/libgnustep-base.so:${PORTSDIR}/lang/gnustep-base RUN_DEPENDS= ${COMBOLIBDIR}/libgnustep-base.so:${PORTSDIR}/lang/gnustep-base diff --git a/x11-toolkits/lesstif/Makefile b/x11-toolkits/lesstif/Makefile index 984abd6c7925..f349f62d787c 100644 --- a/x11-toolkits/lesstif/Makefile +++ b/x11-toolkits/lesstif/Makefile @@ -16,6 +16,7 @@ MASTER_SITES= http://twtelecom.dl.sourceforge.net/sourceforge/lesstif/ \ ftp://linux.sarang.net/mirror/development/widget/lesstif/srcdist/ MAINTAINER= dinoex@freebsd.org +COMMENT= API compatible clone of the Motif toolkit BUILD_DEPENDS= ${LOCALBASE}/bin/automake:${PORTSDIR}/devel/automake diff --git a/x11-toolkits/tk82/Makefile b/x11-toolkits/tk82/Makefile index 80d70ca48d8c..0b0c240b3820 100644 --- a/x11-toolkits/tk82/Makefile +++ b/x11-toolkits/tk82/Makefile @@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= tcl8_2 DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org +COMMENT= Graphical toolkit for TCL LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 diff --git a/x11-toolkits/tk83/Makefile b/x11-toolkits/tk83/Makefile index 07b73f8f4caf..d6cee3363356 100644 --- a/x11-toolkits/tk83/Makefile +++ b/x11-toolkits/tk83/Makefile @@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= tcl DISTNAME= ${PORTNAME}${PORTVERSION}-src MAINTAINER= dinoex@FreeBSD.org +COMMENT= Graphical toolkit for TCL LIB_DEPENDS= tcl83.1:${PORTSDIR}/lang/tcl83 diff --git a/x11-toolkits/tk84/Makefile b/x11-toolkits/tk84/Makefile index ca669530eadd..e32ad87c9df6 100644 --- a/x11-toolkits/tk84/Makefile +++ b/x11-toolkits/tk84/Makefile @@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= tcl DISTNAME= ${PORTNAME}${PORTVERSION}-src MAINTAINER= dinoex@FreeBSD.org +COMMENT= Graphical toolkit for TCL BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/lang/tcl84:build LIB_DEPENDS= tcl84.1:${PORTSDIR}/lang/tcl84 |