1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/x11/xfce4-taskmanager/Makefile
Olivier Duchateau 0d4c6c7b8c - Update to 1.0.1
- Replace LIB_DEPENDS by GNOME components
- Add license blob
- Update WWW entry (pkg-descr)
- Add patch, which replaces 'xfce4-appfinder' image by generic icon in menu item
2014-01-08 21:22:56 +00:00

29 lines
595 B
Makefile

# Created by: DaJoob
# $FreeBSD$
PORTNAME= xfce4-taskmanager
PORTVERSION= 1.0.1
CATEGORIES= x11 xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Task manager for the Xfce desktop
LICENSE= GPLv2
GNU_CONFIGURE= yes
USE_BZIP2= yes
USES= gettext gmake pkgconfig
USE_GNOME= gtk20 cairo libwnck intltool intlhack
CONFIGURE_ARGS= --enable-wnck \
--disable-gksu
post-patch:
@${REINPLACE_CMD} -e 's|prefix)/$$(DATADIRNAME)|datadir)|' \
${WRKSRC}/po/Makefile.in.in
.include <bsd.port.mk>