freebsd-ports/deskutils/xfce4-notes-plugin/Makefile
Alex Kozlov e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00

30 lines
763 B
Makefile

# New ports collection makefile for: xfce4-notes-plugin
# Date created: 06 October 2003
# Whom: Thorsten Greiner <thorsten.greiner@web.de>
#
# $FreeBSD$
#
PORTNAME= xfce4-notes-plugin
PORTVERSION= 1.7.7
PORTREVISION= 2
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.0.2:${PORTSDIR}/x11-toolkits/unique
GNU_CONFIGURE= yes
USE_BZIP2= yes
USES= gettext
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
USE_GNOME= gnomehack glib20 gtk20 intltool intlhack desktopfileutils pkgconfig
USE_XFCE= configenv libgui libutil panel xfconf
INSTALLS_ICONS= yes
.include <bsd.port.mk>