summaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-Tk-DynaTabFrame/Makefile
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-08-28 06:09:33 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-08-28 06:09:33 +0000
commitc635689a6a85428ba23350c8e2067ac4ec878dc2 (patch)
tree707c4603a4899db3026919541e9d067eb64bdd5e /x11-toolkits/p5-Tk-DynaTabFrame/Makefile
parentAdd OPTIONS to the rest of my ports that need them. (diff)
Add port x11/p5-DynaTabFrame:
A notebook widget with orientable, dynamically rearranging tabs. When the containing window is resized, the tabs will either stack or unstack as needed to fit the enclosing widget's width(height). Likewise, when tabs are added or removed, the tabs will stack/unstack as needed. WWW: http://search.cpan.org/dist/Tk-DynaTabFrame/ Author: Dean Arnold <darnold@presicient.com> Justification: sysutils/namefix dep
Notes
Notes: svn path=/head/; revision=171499
Diffstat (limited to 'x11-toolkits/p5-Tk-DynaTabFrame/Makefile')
-rw-r--r--x11-toolkits/p5-Tk-DynaTabFrame/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-toolkits/p5-Tk-DynaTabFrame/Makefile b/x11-toolkits/p5-Tk-DynaTabFrame/Makefile
new file mode 100644
index 000000000000..6981b4112ee1
--- /dev/null
+++ b/x11-toolkits/p5-Tk-DynaTabFrame/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: p5-Tk-DynaTabFrame
+# Date created: 28 August 2006
+# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Tk-DynaTabFrame
+PORTVERSION= 0.23
+CATEGORIES= x11-toolkits perl5
+MASTER_SITES= CPAN
+
+MAINTAINER= infofarmer@FreeBSD.org
+COMMENT= NoteBook widget with orientable, dynamically stacking tabs
+
+BUILD_DEPENDS= p5-Tk>=804.027:${PORTSDIR}/x11-toolkits/p5-Tk
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3= ${PORTNAME:S/-/::/g}.3
+
+.include <bsd.port.mk>