diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-05-06 12:13:52 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-05-06 12:13:52 +0000 |
commit | 317ff8cfb84d0ee51f7785e086bebfc39dfb1b7e (patch) | |
tree | be32b1948a52d6f90d9b5017476f48b92e5ac5a4 /x11/offix-clipboard/Makefile | |
parent | Upgrade to 1.0.1. (diff) |
New port: Clipboard from the OffiX package.
PR: part of 3991
Submitted by: Ruslan Shevchenko <ruslan@shevchenko.kiev.ua>
Diffstat (limited to 'x11/offix-clipboard/Makefile')
-rw-r--r-- | x11/offix-clipboard/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/x11/offix-clipboard/Makefile b/x11/offix-clipboard/Makefile new file mode 100644 index 000000000000..620d4d14ffca --- /dev/null +++ b/x11/offix-clipboard/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= Clipboard-2.4 +PKGNAME= offix-clipboard-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 + +GNU_CONFIGURE= YES +USE_GMAKE= YES +USE_X11= YES +MAN1= clipboard.1 + +.include <bsd.port.mk> |