2003-12-06 00:42:12 +01:00
|
|
|
# New ports collection makefile for: xfce4-clipman-plugin
|
|
|
|
# Date created: 23 November 2003
|
|
|
|
# Whom: Matt Lancereau <matt@rimasec.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xfce4-clipman-plugin
|
2009-11-16 20:57:27 +01:00
|
|
|
PORTVERSION= 1.1.3
|
2010-05-31 17:27:35 +02:00
|
|
|
PORTREVISION= 5
|
2003-12-06 00:42:12 +01:00
|
|
|
CATEGORIES= x11 xfce
|
2009-09-14 00:39:02 +02:00
|
|
|
MASTER_SITES= http://archive.xfce.org/src/panel-plugins/${PORTNAME}/1.1/
|
2004-07-21 14:39:13 +02:00
|
|
|
DIST_SUBDIR= xfce4
|
2003-12-06 00:42:12 +01:00
|
|
|
|
2009-01-05 17:23:31 +01:00
|
|
|
MAINTAINER= rene@FreeBSD.org
|
2003-12-06 00:42:12 +01:00
|
|
|
COMMENT= XFce 4 clipboard module for xfce4-panel
|
|
|
|
|
2009-10-02 00:58:41 +02:00
|
|
|
OPTIONS= UNIQUE "Enable Unique (single instance) support" on
|
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2007-01-22 17:45:10 +01:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig
|
2009-01-20 23:00:21 +01:00
|
|
|
USE_XFCE= configenv libexo libgui libutil panel
|
2008-03-14 17:51:14 +01:00
|
|
|
USE_XORG= x11 ice sm xpm
|
2003-12-06 00:42:12 +01:00
|
|
|
|
2009-04-28 22:34:26 +02:00
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
|
2009-10-02 00:58:41 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_UNIQUE)
|
|
|
|
LIB_DEPENDS+= unique-1:${PORTSDIR}/x11-toolkits/unique
|
|
|
|
CONFIGURE_ARGS+= --enable-unique
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --disable-unique
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|