freebsd-ports/sysutils/xfce4-wavelan-plugin/Makefile
Oliver Lehmann 6f4ce81280 Welcome XFCE 4.8 to the portstree!
Special Thanks to:      miwi, Olivier Duchateau <duchateau.olivier@gmail.com>
2011-03-03 10:12:30 +00:00

32 lines
940 B
Makefile

# New ports collection makefile for: xfce-wavelan-plugin
# Date created: 22 May 2004
# Whom: Manuel Rabade Garica <mig@mig-29.net>
#
# $FreeBSD$
# $MCom: ports/sysutils/xfce4-wavelan-plugin/Makefile,v 1.1 2006/10/02 20:43:59 ahze Exp $
PORTNAME= xfce4-wavelan-plugin
PORTVERSION= 0.5.4
PORTREVISION= 15
CATEGORIES= sysutils xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR=/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= miwi@FreeBSD.org
COMMENT= Displays various information about a WaveLAN device
LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png
GNU_CONFIGURE= yes
USE_GETTEXT= yes
USE_GMAKE= yes
USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig
USE_XFCE= configenv libutil libgui panel
post-patch:
@${REINPLACE_CMD} -e 's|--libs "libxfce4panel-1.0"|& "libxfcegui4-1.0"|g; \
s|--cflags "libxfce4panel-1.0"|& "libxfcegui4-1.0"|g' \
${WRKSRC}/configure
.include <bsd.port.mk>