freebsd-ports/sysutils/xfce4-minicmd-plugin/Makefile
Tijl Coosemans 3a759a9883 Convert x11-toolkits/libxfce4gui and all dependent ports to USES=libtool.
And USES=tar:bzip2 here and there.

deskutils/xfce4-notification-daemon:
- Don't patch Makefile.am.
- Link with -lgmodule-2.0 explicitly now that libgtk-x11-2.0.la does not
  imply it.

x11/xfce4-wmdock-plugin:
- Make it fetchable.
2014-05-06 14:44:07 +00:00

19 lines
495 B
Makefile

# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$
PORTNAME= xfce4-minicmd-plugin
PORTVERSION= 0.4
PORTREVISION= 17
CATEGORIES= sysutils xfce
MASTER_SITES= ftp://ftp.berlios.de/pub/xfce-goodies/panel-plugins/4.4/
DIST_SUBDIR= xfce4
MAINTAINER= demon@FreeBSD.org
COMMENT= Displays a mini-command line on the xfce4-panel
GNU_CONFIGURE= yes
USES= gettext gmake libtool pkgconfig tar:bzip2
USE_GNOME= gtk20 intltool intlhack
USE_XFCE= libgui configenv panel
.include <bsd.port.mk>