2013-08-31 01:38:43 +02:00
|
|
|
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
2007-01-22 17:59:28 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xfce4-xfapplet-plugin
|
|
|
|
PORTVERSION= 0.1.0
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 16
|
2007-01-22 17:59:28 +01:00
|
|
|
CATEGORIES= x11 xfce
|
2011-03-03 11:12:30 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_XFCE}
|
|
|
|
MASTER_SITE_SUBDIR=/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
|
2007-01-22 17:59:28 +01:00
|
|
|
DIST_SUBDIR= xfce4
|
|
|
|
|
2011-10-23 15:46:01 +02:00
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
2011-10-26 22:27:27 +02:00
|
|
|
COMMENT= Xfapplet plugin for Xfce
|
2007-01-22 17:59:28 +01:00
|
|
|
|
2014-01-29 15:51:57 +01:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
|
|
|
LIB_DEPENDS= libpanelappletmm-2.6.so:${PORTSDIR}/x11-toolkits/libpanelappletmm
|
2007-01-22 17:59:28 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_BZIP2= yes
|
2013-08-31 01:38:43 +02:00
|
|
|
USES= gettext gmake pkgconfig
|
|
|
|
USE_GNOME= gtk20 intltool intlhack orbit2
|
2007-01-22 17:59:28 +01:00
|
|
|
USE_XFCE= configenv libgui libutil panel
|
|
|
|
|
2007-03-14 05:12:32 +01:00
|
|
|
.include <bsd.port.mk>
|