edee314615
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
23 lines
474 B
Makefile
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>
|