blob: d30ab52da21d81bf5c51a9d98e8847d07b8ae908 (
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
30
31
32
33
34
35
|
# New ports collection makefile for: xfce4-taskbar-plugin
# Date created: 5 May 2005
# Whom: DaJoob
#
# $FreeBSD$
#
PORTNAME= xfce4-taskmanager
PORTVERSION= 0.4.0.r2
PORTREVISION= 1
CATEGORIES= x11 xfce
MASTER_SITES= http://xfce4-taskmanager.nebulon.de/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/}
DIST_SUBDIR= xfce4
MAINTAINER= DaJoob@dajoob.com
COMMENT= A task manager for XFCE
CONFIGURE_ENV= PKG_CONFIG_PATH=${X11BASE}/libdata/pkgconfig:${LOCALBASE}/libdata/pkgconfig
GNU_CONFIGURE= yes
USE_BZIP= yes
USE_GCC= 3.4+
USE_GETTEXT= yes
USE_GMAKE= yes
USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig
USE_XFCE= configenv libgui
USE_XLIB= yes
post-patch:
@${REINPLACE_CMD} -e 's|linux|freebsd|g; s|^CFLAGS = |&-lkvm -lm |' ${WRKSRC}/src/Makefile.in
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/x11-wm/xfce4/bsd.xfce.mk"
.include <bsd.port.post.mk>
|