1f8935d509
Bump PORTREVISION on all dependent ports. [1] audio/ario: USES=libtool. audio/gmpc: USES=libtool. audio/gnome-media: USES=libtool:keepla tar:bzip2. audio/xfce4-mixer: USES=libtool tar:bzip2. graphics/shotwell: Unbreak and USES=tar:xz. science/gwyddion: USES=libtool tar:bzip2. sysutils/mate-control-center: USES=libtool. x11/xfce4-clipman-plugin: USES=libtool tar:bzip2. Approved by: portmgr (implicit) [1]
25 lines
633 B
Makefile
25 lines
633 B
Makefile
# Created by: Thorsten Greiner <thorsten.greiner@web.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xfce4-notes-plugin
|
|
PORTVERSION= 1.7.7
|
|
PORTREVISION= 5
|
|
CATEGORIES= deskutils xfce
|
|
MASTER_SITES= ${MASTER_SITE_XFCE}
|
|
MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
|
|
DIST_SUBDIR= xfce4
|
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
|
COMMENT= Notes plugin for the Xfce panel
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gettext gmake libtool pkgconfig tar:bzip2
|
|
USE_GNOME= glib20 gtk20 intltool intlhack
|
|
USE_XFCE= configenv libgui libutil panel xfconf
|
|
INSTALLS_ICONS= yes
|
|
|
|
.include <bsd.port.mk>
|