diff options
author | tg <tg@FreeBSD.org> | 1998-05-06 12:13:52 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-05-06 12:13:52 +0000 |
commit | a0144deb98442a06dbc561568df91cd3f9140b05 (patch) | |
tree | 5fe583cdfafc0b3e2c2cd9f05fec0251d6c74bb7 /x11/offix-clipboard/Makefile | |
parent | 6baf5acc5519da2bebc4236b010b22db13f46d11 (diff) | |
download | FreeBSD-ports-a0144deb98442a06dbc561568df91cd3f9140b05.zip FreeBSD-ports-a0144deb98442a06dbc561568df91cd3f9140b05.tar.gz |
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 0000000..620d4d1 --- /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> |