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
|
2004-01-04 23:40:54 +01:00
|
|
|
PORTVERSION= 0.9.7
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 7
|
2003-10-07 18:51:39 +02:00
|
|
|
CATEGORIES= deskutils xfce
|
2004-01-04 23:40:54 +01:00
|
|
|
MASTER_SITES= http://download.berlios.de/xfce-goodies/
|
2003-10-07 18:51:39 +02:00
|
|
|
DIST_SUBDIR= xfce4
|
|
|
|
|
|
|
|
MAINTAINER= thorsten.greiner@web.de
|
|
|
|
COMMENT= Sticky notes panel plugin for XFce4
|
|
|
|
|
|
|
|
BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
|
2003-10-12 04:23:10 +02:00
|
|
|
LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \
|
2005-01-26 17:57:40 +01:00
|
|
|
xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui
|
2003-10-07 18:51:39 +02:00
|
|
|
RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
|
|
|
|
|
2003-10-12 04:23:10 +02:00
|
|
|
USE_GNOME= gtk20 libxml2
|
2003-10-07 18:51:39 +02:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|