summaryrefslogtreecommitdiff
path: root/deskutils/xfce4-notes-plugin/Makefile
blob: c95d60eee25d4723d847d49006bdb7592f7c2d39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: Thorsten Greiner <thorsten.greiner@web.de>
# $FreeBSD$

PORTNAME=	xfce4-notes-plugin
PORTVERSION=	1.7.7
PORTREVISION=	3
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=	Sticky notes panel plugin for Xfce4

LIB_DEPENDS=	unique-1:${PORTSDIR}/x11-toolkits/unique

GNU_CONFIGURE=	yes
USE_BZIP2=	yes
USES=		gettext pathfix pkgconfig
USE_GMAKE=	yes
USE_AUTOTOOLS=	libtool
USE_GNOME=	glib20 gtk20 intltool intlhack
USE_XFCE=	configenv libgui libutil panel xfconf
INSTALLS_ICONS=	yes

NO_STAGE=	yes
.include <bsd.port.mk>