freebsd-ports/x11/offix-clipboard/Makefile

28 lines
612 B
Makefile
Raw Normal View History

# 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$
#
2000-04-13 21:19:05 +02:00
PORTNAME= offix-clipboard
2001-02-05 17:18:54 +01:00
PORTVERSION= 2.4
PORTREVISION= 1
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}
MAINTAINER= ruslan@shevchenko.kiev.ua
2003-02-21 15:08:24 +01:00
COMMENT= X clipboard with support of DND protocol
1998-09-27 05:16:06 +02:00
LIB_DEPENDS= Dnd.1:${PORTSDIR}/x11/libdnd
GNU_CONFIGURE= YES
USE_GMAKE= YES
USE_X_PREFIX= YES
MAN1= clipboard.1
PLIST_FILES= bin/clipboard
.include <bsd.port.mk>