diff options
author | kris <kris@FreeBSD.org> | 2002-05-25 18:50:42 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-05-25 18:50:42 +0800 |
commit | 18da220f71535f3b0196788e2498826e77de3339 (patch) | |
tree | ad045e217b01ed5f50f8e4add74ea261671d5f31 /x11 | |
parent | a0d2af7bb05b8f74d4c2bb4353dd74ac1566db8c (diff) | |
download | freebsd-ports-gnome-18da220f71535f3b0196788e2498826e77de3339.tar.gz freebsd-ports-gnome-18da220f71535f3b0196788e2498826e77de3339.tar.zst freebsd-ports-gnome-18da220f71535f3b0196788e2498826e77de3339.zip |
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
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/decurs/Makefile | 31 | ||||
-rw-r--r-- | x11/decurs/distinfo | 1 | ||||
-rw-r--r-- | x11/decurs/pkg-comment | 1 | ||||
-rw-r--r-- | x11/decurs/pkg-descr | 7 | ||||
-rw-r--r-- | x11/decurs/pkg-plist | 2 |
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 + |