1998-05-06 14:13:52 +02:00
|
|
|
# ports collection makefile for: Clipboard
|
|
|
|
# Date created: 28 Jun 1997
|
|
|
|
# Whom: Ruslan Shevchenko <ruslan@shevchenko.kiev.ua>
|
|
|
|
#
|
1999-08-31 04:51:23 +02:00
|
|
|
# $FreeBSD$
|
1998-05-06 14:13:52 +02:00
|
|
|
#
|
|
|
|
|
2000-04-13 21:19:05 +02:00
|
|
|
PORTNAME= offix-clipboard
|
2001-02-05 17:18:54 +01:00
|
|
|
PORTVERSION= 2.4
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 1
|
1998-05-06 14:13:52 +02:00
|
|
|
CATEGORIES= x11 offix
|
|
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
|
|
MASTER_SITE_SUBDIR= desktop_managers/OffiX
|
2000-04-13 21:19:05 +02:00
|
|
|
DISTNAME= Clipboard-${PORTVERSION}
|
1998-05-06 14:13:52 +02:00
|
|
|
|
|
|
|
MAINTAINER= ruslan@shevchenko.kiev.ua
|
2003-02-21 15:08:24 +01:00
|
|
|
COMMENT= X clipboard with support of DND protocol
|
1998-05-06 14:13:52 +02:00
|
|
|
|
1998-09-27 05:16:06 +02:00
|
|
|
LIB_DEPENDS= Dnd.1:${PORTSDIR}/x11/libdnd
|
1998-05-06 14:13:52 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
USE_GMAKE= YES
|
1998-08-05 11:31:52 +02:00
|
|
|
USE_X_PREFIX= YES
|
1998-05-06 14:13:52 +02:00
|
|
|
MAN1= clipboard.1
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/clipboard
|
1998-05-06 14:13:52 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|