freebsd-ports/deskutils/xfce4-notes-plugin/Makefile

31 lines
765 B
Makefile
Raw Normal View History

# 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
2012-06-01 07:26:28 +02:00
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
2009-12-26 14:48:55 +01:00
LIB_DEPENDS= unique-1.0.2:${PORTSDIR}/x11-toolkits/unique
GNU_CONFIGURE= yes
2008-11-22 23:16:00 +01:00
USE_BZIP2= yes
USE_GETTEXT= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
USE_GNOME= gnomehack glib20 gtk20 intltool intlhack desktopfileutils pkgconfig
USE_XFCE= configenv libgui libutil panel xfconf
2008-02-16 22:23:18 +01:00
INSTALLS_ICONS= yes
2009-06-20 14:08:32 +02:00
.include <bsd.port.mk>