2003-12-20 06:51:16 +01:00
|
|
|
# New ports collection makefile for: xfce4-notes-plugin
|
2003-10-07 18:51:39 +02:00
|
|
|
# Date created: 06 October 2003
|
|
|
|
# Whom: Thorsten Greiner <thorsten.greiner@web.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2003-12-20 06:51:16 +01:00
|
|
|
PORTNAME= xfce4-notes-plugin
|
2011-03-17 14:13:00 +01:00
|
|
|
PORTVERSION= 1.7.7
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 2
|
2003-10-07 18:51:39 +02:00
|
|
|
CATEGORIES= deskutils xfce
|
2011-03-03 11:12:30 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_XFCE}
|
|
|
|
MASTER_SITE_SUBDIR=/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
|
2003-10-07 18:51:39 +02: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= Sticky notes panel plugin for Xfce4
|
2003-10-07 18:51:39 +02:00
|
|
|
|
2009-12-26 14:48:55 +01:00
|
|
|
LIB_DEPENDS= unique-1.0.2:${PORTSDIR}/x11-toolkits/unique
|
|
|
|
|
2003-10-07 18:51:39 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2008-11-22 23:16:00 +01:00
|
|
|
USE_BZIP2= yes
|
2007-01-22 17:45:10 +01:00
|
|
|
USE_GETTEXT= yes
|
|
|
|
USE_GMAKE= yes
|
2011-03-17 14:13:00 +01:00
|
|
|
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
|
2003-10-07 18:51:39 +02:00
|
|
|
|
2009-06-20 14:08:32 +02:00
|
|
|
.include <bsd.port.mk>
|