blob: 5923ade744270d379d98509d9ef874b42e30e656 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# 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= 17
CATEGORIES= sysutils xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR=/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Displays various information about a WaveLAN device
LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
GNU_CONFIGURE= yes
USES= gettext
USE_GMAKE= yes
USE_GNOME= 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>
|