From 335aff27b139e0d0b18d1850c99e4da8a7327c49 Mon Sep 17 00:00:00 2001 From: tg Date: Mon, 11 Aug 1997 08:54:43 +0000 Subject: 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 --- x11/libdnd/Makefile | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 x11/libdnd/Makefile (limited to 'x11/libdnd/Makefile') 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 -- cgit