1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/x11/gnome-clipboard-daemon/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

25 lines
574 B
Makefile

# 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= 7
CATEGORIES= x11 gnome
MASTER_SITES= http://members.chello.nl/~h.lai/gnome-clipboard-daemon/
MAINTAINER= ports@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_GNOME= gtk20
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
.include <bsd.port.mk>