blob: 592379d2ff0d6e523deb60880bd4e24d1727c8a7 (
plain) (
blame)
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
28
29
|
# 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.4.1
CATEGORIES= deskutils xfce
MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/
DIST_SUBDIR= xfce4
PATCH_SITES= http://people.freebsd.org/~oliver/xfce/
PATCHFILES= gcc295-xfce4-notes-plugin.patch
MAINTAINER= thorsten.greiner@web.de
COMMENT= Sticky notes panel plugin for XFce4
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_GETTEXT= yes
USE_GMAKE= yes
USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig
USE_XFCE= configenv libgui libutil panel
USE_XLIB= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/x11-wm/xfce4/bsd.xfce.mk"
.include <bsd.port.post.mk>
|