summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-10-07 07:32:08 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-10-07 07:32:08 +0000
commit93510ea51a3a9d167f68a537c1c158720dd2d22f (patch)
tree17dad1147d65aac304b9c01e4e1b19a20aaf1591 /devel
parent- Update to 6.4.4.2 [1] (diff)
Use its own pkg-descr
Reported by: ak
Notes
Notes: svn path=/head/; revision=329660
Diffstat (limited to 'devel')
-rw-r--r--devel/linux-f10-libglade/Makefile1
-rw-r--r--devel/linux-f10-libglade/pkg-descr5
2 files changed, 5 insertions, 1 deletions
diff --git a/devel/linux-f10-libglade/Makefile b/devel/linux-f10-libglade/Makefile
index 26f2c9af0d06..f183fbd025c0 100644
--- a/devel/linux-f10-libglade/Makefile
+++ b/devel/linux-f10-libglade/Makefile
@@ -22,6 +22,5 @@ PLIST_FILES= usr/lib/libglade-gnome.so.0 usr/lib/libglade-gnome.so.0.4.2 \
usr/lib/libglade.so.0 usr/lib/libglade.so.0.4.2
DOCSDIR= usr/share/doc/${PORTNAME}-${PORTVERSION}
PORTDOCS= AUTHORS COPYING ChangeLog NEWS README
-DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
.include <bsd.port.mk>
diff --git a/devel/linux-f10-libglade/pkg-descr b/devel/linux-f10-libglade/pkg-descr
new file mode 100644
index 000000000000..963b4622210d
--- /dev/null
+++ b/devel/linux-f10-libglade/pkg-descr
@@ -0,0 +1,5 @@
+A library that allows you to load GLADE interfaces at runtime (you don't
+have to generate stubs with GLADE before hand). This way you can change
+the look of your application without recompiling. This way you can write
+the logic behind the interface separately from the code to build the
+interface, so changing the interface is not so much of a problem.