summaryrefslogtreecommitdiff
path: root/x11/libdnd
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-08-11 08:54:43 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-08-11 08:54:43 +0000
commite20553ea28a40531babd59e7f43571caebb6bf74 (patch)
treefe04e355bcec56f57535ed5b9f5f2f0547fc7373 /x11/libdnd
parentUpgrade to 3.0p13. (diff)
Import of libdnd port. libdnd is an X11-lib for drag-and-drop operations
used by some office applications. PR: 4250 Submitted by: Kostya Lukin <lukin@ns.okbmei.msk.su>
Notes
Notes: svn path=/head/; revision=7526
Diffstat (limited to 'x11/libdnd')
-rw-r--r--x11/libdnd/Makefile27
-rw-r--r--x11/libdnd/distinfo1
-rw-r--r--x11/libdnd/files/patch-aa14
-rw-r--r--x11/libdnd/pkg-comment1
-rw-r--r--x11/libdnd/pkg-descr3
-rw-r--r--x11/libdnd/pkg-plist10
6 files changed, 56 insertions, 0 deletions
diff --git a/x11/libdnd/Makefile b/x11/libdnd/Makefile
new file mode 100644
index 000000000000..b6aa87eaebba
--- /dev/null
+++ b/x11/libdnd/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: libDnd
+# Version required: 1.1
+# Date created: 8 August 1997
+# Whom: lukin@okbmei.msk.su
+#
+# $Id$
+#
+
+DISTNAME= dnd.1.1
+PKGNAME= libdnd-1.1
+CATEGORIES= x11
+MASTER_SITES= http://leb.net/OffiX/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= lukin@okbmei.msk.su
+
+WRKSRC= ${WRKDIR}/DND/DNDlib
+GNU_CONFIGURE= yes
+ALL_TARGET= libC libCpp
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/libdnd
+ ${INSTALL_MAN} ${WRKDIR}/DND/DNDdoc/* ${PREFIX}/share/doc/libdnd
+.endif
+
+.include <bsd.port.mk>
diff --git a/x11/libdnd/distinfo b/x11/libdnd/distinfo
new file mode 100644
index 000000000000..5f0a4e6e542e
--- /dev/null
+++ b/x11/libdnd/distinfo
@@ -0,0 +1 @@
+MD5 (dnd.1.1.tgz) = 0d6b2a44801396e99e36831c87c25d6e
diff --git a/x11/libdnd/files/patch-aa b/x11/libdnd/files/patch-aa
new file mode 100644
index 000000000000..aec629d77530
--- /dev/null
+++ b/x11/libdnd/files/patch-aa
@@ -0,0 +1,14 @@
+--- Makefile.in.orig Fri May 23 06:18:22 1997
++++ Makefile.in Fri Aug 8 20:11:37 1997
+@@ -29,9 +29,9 @@
+
+ install: libCpp libC
+ install -d $(INC_DIR)
+- install DragAndDrop.h DragAndDropTypes.h $(INC_DIR)
++ install -m 644 DragAndDrop.h DragAndDropTypes.h $(INC_DIR)
+ install -d $(LIB_DIR)
+- install libDnd.a libDnd++.a $(LIB_DIR)
++ install -m 644 libDnd.a libDnd++.a $(LIB_DIR)
+
+ libC: libDnd.a
+
diff --git a/x11/libdnd/pkg-comment b/x11/libdnd/pkg-comment
new file mode 100644
index 000000000000..a4905e49074e
--- /dev/null
+++ b/x11/libdnd/pkg-comment
@@ -0,0 +1 @@
+Drag and drop library.
diff --git a/x11/libdnd/pkg-descr b/x11/libdnd/pkg-descr
new file mode 100644
index 000000000000..1923470dafcf
--- /dev/null
+++ b/x11/libdnd/pkg-descr
@@ -0,0 +1,3 @@
+This library allows to use drag and drop protocol with any X program.
+The protocol in question - DND - is developed by Cesar Crucius. OffiX
+applications use this protocol, for example.
diff --git a/x11/libdnd/pkg-plist b/x11/libdnd/pkg-plist
new file mode 100644
index 000000000000..f7f65e933b0f
--- /dev/null
+++ b/x11/libdnd/pkg-plist
@@ -0,0 +1,10 @@
+include/OffiX/DragAndDrop.h
+include/OffiX/DragAndDropTypes.h
+lib/libDnd.a
+lib/libDnd++.a
+share/doc/libdnd/DND.dvi
+share/doc/libdnd/DNDa4.ps
+share/doc/libdnd/DNDletter.ps
+share/doc/libdnd/README
+@dirrm include/OffiX
+@dirrm share/doc/libdnd