summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-05-25 10:50:42 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-05-25 10:50:42 +0000
commitb6d473b7f1beea59f4feba42a563cb3087d789b7 (patch)
tree2b7dfbab0398edb37a605cfc0c2c77a0228e5275 /x11
parentAdd nightfall-1.1 (diff)
Add decurs-0.50.0
DeCurs is a GTK+ based program that lets you edit you XFree86 mouse cursors. It reads them from "bdf" -formatted font files. Submitted by: Miguel Mendez <flynn@energyhq.homeip.net> PR: ports/34069
Notes
Notes: svn path=/head/; revision=59970
Diffstat (limited to 'x11')
-rw-r--r--x11/Makefile1
-rw-r--r--x11/decurs/Makefile31
-rw-r--r--x11/decurs/distinfo1
-rw-r--r--x11/decurs/pkg-comment1
-rw-r--r--x11/decurs/pkg-descr7
-rw-r--r--x11/decurs/pkg-plist2
6 files changed, 43 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile
index c3885927c261..07fc9e3642c6 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -17,6 +17,7 @@
SUBDIR += blast
SUBDIR += bricons
SUBDIR += buttonbox
+ SUBDIR += decurs
SUBDIR += dgs
SUBDIR += dxpc
SUBDIR += dynamag
diff --git a/x11/decurs/Makefile b/x11/decurs/Makefile
new file mode 100644
index 000000000000..620bd639dbf4
--- /dev/null
+++ b/x11/decurs/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: decurs
+# Date created: 19 January 2002
+# Whom: Miguel Mendez <flynn@energyhq.homeip.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= decurs
+PORTVERSION= 0.50.0
+CATEGORIES= x11
+MASTER_SITES= http://www.hut.fi/~pvsavola/files/
+
+MAINTAINER= flynn@energyhq.homeip.net
+
+LIB_DEPENDS= gtkmm.2:${PORTSDIR}/x11-toolkits/gtk--
+
+USE_X_PREFIX= yes
+USE_GTK= yes
+GNU_CONFIGURE= yes
+
+# The Makefile doesn't provide a install target
+post-install:
+ @$(INSTALL) $(WRKSRC)/src/decurs $(X11BASE)/bin
+ @$(ECHO) " ################################################"
+ @$(ECHO) " To use this program, please copy "
+ @$(ECHO) " $(WRKSRC)/src/fonts/*.bdf"
+ @$(ECHO) " somewhere else and invoke "$(PORTNAME)
+ @$(ECHO) " from that directory."
+ @$(ECHO) " ################################################"
+
+.include <bsd.port.mk>
diff --git a/x11/decurs/distinfo b/x11/decurs/distinfo
new file mode 100644
index 000000000000..5f52de214ea4
--- /dev/null
+++ b/x11/decurs/distinfo
@@ -0,0 +1 @@
+MD5 (decurs-0.50.0.tar.gz) = 22bb3eb2b07eb7422399b935f505a13e
diff --git a/x11/decurs/pkg-comment b/x11/decurs/pkg-comment
new file mode 100644
index 000000000000..018ae8348beb
--- /dev/null
+++ b/x11/decurs/pkg-comment
@@ -0,0 +1 @@
+A GTK+ based program that lets you edit you XFree86 mouse cursors
diff --git a/x11/decurs/pkg-descr b/x11/decurs/pkg-descr
new file mode 100644
index 000000000000..df0c8ec42e5b
--- /dev/null
+++ b/x11/decurs/pkg-descr
@@ -0,0 +1,7 @@
+DeCurs is a GTK+ based program that lets you edit you XFree86 mouse cursors.
+It reads them from "bdf" -formatted font files. Now, don't worry, DeCurs comes
+with one handy =).
+
+WWW: http://www.hut.fi/~pvsavola/decurs.html
+
+- Miguel Mendez <flynn@energyhq.homeip.net>
diff --git a/x11/decurs/pkg-plist b/x11/decurs/pkg-plist
new file mode 100644
index 000000000000..c8384429a00e
--- /dev/null
+++ b/x11/decurs/pkg-plist
@@ -0,0 +1,2 @@
+bin/decurs
+