freebsd-ports/deskutils/glipper/Makefile
Pav Lucistnik 064e7dc0f7 Glipper is a clipboardmanager for the GNOME Panel. It maintains a history of
text copied to the clipboard from which you can choose. You can see this as a
GNOME counterpart to KDE's Klipper.

Glipper uses plugins to give the user all the extra functionality they want,
including support for Actions, Snippets and No-Paste services.

WWW:	http://glipper.sourceforge.net/

PR:		ports/117424
Submitted by:	Yuri Pankov <yuri.pankov@gmail.com>
2007-10-26 07:43:18 +00:00

28 lines
587 B
Makefile

# New ports collection makefile for: glipper
# Date created: 2007-10-21
# Whom: Yuri Pankov <yuri.pankov@gmail.com>
#
# $FreeBSD$
#
PORTNAME= glipper
PORTVERSION= 1.0
CATEGORIES= deskutils gnome
MASTER_SITES= SF
MAINTAINER= yuri.pankov@gmail.com
COMMENT= Clipboard manager for the GNOME panel
USE_BZIP2= yes
USE_ICONV= yes
USE_GETTEXT= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack intltool pygnomedesktop pygnomeextras
USE_PYTHON= 2.4+
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --libdir=${PREFIX}/libexec
GCONF_SCHEMAS= glipper.schemas
.include <bsd.port.mk>