2004-05-24 23:57:52 +02:00
|
|
|
# New ports collection makefile for: xfce-wavelan-plugin
|
|
|
|
# Date created: 22 May 2004
|
2006-09-05 09:43:03 +02:00
|
|
|
# Whom: Manuel Rabade Garica <mig@mig-29.net>
|
2004-05-24 23:57:52 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2006-10-14 10:54:54 +02:00
|
|
|
# $MCom: ports/sysutils/xfce4-wavelan-plugin/Makefile,v 1.1 2006/10/02 20:43:59 ahze Exp $
|
2004-05-24 23:57:52 +02:00
|
|
|
|
|
|
|
PORTNAME= xfce4-wavelan-plugin
|
2007-02-07 16:46:25 +01:00
|
|
|
PORTVERSION= 0.5.4
|
2011-03-03 11:12:30 +01:00
|
|
|
PORTREVISION= 15
|
2004-05-24 23:57:52 +02:00
|
|
|
CATEGORIES= sysutils xfce
|
2011-03-03 11:12:30 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_XFCE}
|
|
|
|
MASTER_SITE_SUBDIR=/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
|
2004-05-24 23:57:52 +02:00
|
|
|
DIST_SUBDIR= xfce4
|
|
|
|
|
2007-02-07 16:46:25 +01:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2004-05-24 23:57:52 +02:00
|
|
|
COMMENT= Displays various information about a WaveLAN device
|
|
|
|
|
2010-03-28 08:47:48 +02:00
|
|
|
LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png
|
2008-03-14 17:29:29 +01:00
|
|
|
|
2004-05-24 23:57:52 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2007-01-23 13:34:04 +01:00
|
|
|
USE_GETTEXT= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig
|
2011-03-03 11:12:30 +01:00
|
|
|
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
|
2007-09-30 12:11:18 +02:00
|
|
|
|
2008-03-14 17:29:29 +01:00
|
|
|
.include <bsd.port.mk>
|