summaryrefslogtreecommitdiffstats
path: root/x11/decurs/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-05-25 10:50:42 +0000
committerkris <kris@FreeBSD.org>2002-05-25 10:50:42 +0000
commit18da220f71535f3b0196788e2498826e77de3339 (patch)
treead045e217b01ed5f50f8e4add74ea261671d5f31 /x11/decurs/Makefile
parenta0d2af7bb05b8f74d4c2bb4353dd74ac1566db8c (diff)
downloadFreeBSD-ports-18da220f71535f3b0196788e2498826e77de3339.zip
FreeBSD-ports-18da220f71535f3b0196788e2498826e77de3339.tar.gz
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/decurs/Makefile')
-rw-r--r--x11/decurs/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/x11/decurs/Makefile b/x11/decurs/Makefile
new file mode 100644
index 0000000..620bd63
--- /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>
OpenPOWER on IntegriCloud