summaryrefslogtreecommitdiff
path: root/x11/offix-execute/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-05-06 12:22:44 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-05-06 12:22:44 +0000
commit72c020440a66a595c25c6e564b14255ce5f0fc86 (patch)
tree03829967c39a6053d2d8ce9cef40d83c49c228bb /x11/offix-execute/Makefile
parentNew port: Editor from the OffiX package. (diff)
New port: Execute from the OffiX package. Execute runs programs
and redirects stdout/stderr to a window. PR: part of 3991 Submitted by: Ruslan Shevchenko <ruslan@shevchenko.kiev.ua>
Notes
Notes: svn path=/head/; revision=10875
Diffstat (limited to 'x11/offix-execute/Makefile')
-rw-r--r--x11/offix-execute/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11/offix-execute/Makefile b/x11/offix-execute/Makefile
new file mode 100644
index 000000000000..408820e36436
--- /dev/null
+++ b/x11/offix-execute/Makefile
@@ -0,0 +1,24 @@
+# ports collection makefile for: Clipboard
+# Version required: 2.4
+# Date created: 28 Jun 1997
+# Whom: Ruslan Shevchenko <ruslan@shevchenko.kiev.ua>
+#
+# $Id$
+#
+
+DISTNAME= Execute-2.4
+PKGNAME= offix-execute-2.4
+CATEGORIES= x11 offix
+MASTER_SITES= ${MASTER_SITE_XCONTRIB}
+MASTER_SITE_SUBDIR= desktop_managers/OffiX
+
+MAINTAINER= ruslan@shevchenko.kiev.ua
+
+LIB_DEPENDS= Dnd\\.1\\.:${PORTSDIR}/x11/libdnd \
+ Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
+
+GNU_CONFIGURE= YES
+USE_GMAKE= YES
+USE_X11= YES
+
+.include <bsd.port.mk>