summaryrefslogtreecommitdiff
path: root/x11/decurs/Makefile
diff options
context:
space:
mode:
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 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>