freebsd-ports/x11/xfce4-wmdock-plugin/Makefile
Olivier Duchateau edee314615 - Bump PORTREVISION after update of x11/libxfce4util, and x11-wm/xfce4-panel
While I'm here,
- Finish to convert USES
- Trim Makefile header
- Remove ABI version in LIB_DEPENDS
- Remove desktopfileutils, because MimeType entry is not present in desktop file
2013-05-08 16:05:21 +00:00

23 lines
474 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= xfce4-wmdock-plugin
PORTVERSION= 0.3.4
PORTREVISION= 3
CATEGORIES= x11 xfce
MASTER_SITES= http://www.ibh.de/~ellguth/develop/
MAINTAINER= xfce@FreeBSD.org
COMMENT= WMdock plugin for Xfce
USE_BZIP2= yes
GNU_CONFIGURE= yes
USES= gettext pkgconfig
INSTALLS_ICONS= yes
USE_GMAKE= yes
USE_GNOME= gtk20 intltool intlhack libwnck
USE_XFCE= configenv libgui panel
INSTALLS_ICONS= yes
.include <bsd.port.mk>