blob: 3c5d11b5a3c6f6f5f360e6e0b7e2d3e033555df4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: gnome-clipboard-daemon
# Date created: 24 January 2004
# Whom: Mezz <mezz7@cox.net>
#
# $FreeBSD$
#
PORTNAME= gnome-clipboard-daemon
PORTVERSION= 1.0
PORTREVISION= 3
CATEGORIES= x11 gnome
MASTER_SITES= http://members.chello.nl/~h.lai/gnome-clipboard-daemon/
MAINTAINER= mezz@FreeBSD.org
COMMENT= A program that keeps the content of your X clipboard in memory
PLIST_FILES= bin/gnome-clipboard-daemon
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GNOME= gtk20
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
.include <bsd.port.mk>
|