2007-01-17 13:00:48 +00:00
|
|
|
# New ports collection makefile for: wbar
|
|
|
|
# Date created: 2007-01-16
|
|
|
|
# Whom: Nicola Vitale <nivit@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= wbar
|
2011-06-30 13:34:34 +00:00
|
|
|
PORTVERSION= 2.2.2
|
2011-07-06 16:19:26 +00:00
|
|
|
PORTREVISION= 1
|
2007-01-17 13:00:48 +00:00
|
|
|
CATEGORIES= x11
|
2011-06-30 13:34:34 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
|
2007-01-17 13:00:48 +00:00
|
|
|
http://nivi.interfree.it/distfiles/${PORTNAME}/
|
|
|
|
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
|
|
COMMENT= A quick launch bar for fluxbox, WindowMaker, Xfce, etc
|
|
|
|
|
2011-06-30 13:34:34 +00:00
|
|
|
CONFIGURE_ARGS= --exec-prefix=${PREFIX}
|
2007-01-17 13:00:48 +00:00
|
|
|
|
2011-06-30 13:34:34 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2007-01-17 13:00:48 +00:00
|
|
|
|
2011-06-30 13:34:34 +00:00
|
|
|
MAN1= ${PORTNAME}.1 ${PORTNAME}-config.1
|
2007-01-17 13:00:48 +00:00
|
|
|
|
2011-06-30 13:34:34 +00:00
|
|
|
USE_EFL= imlib2
|
|
|
|
# Disabled: the configure script has a couple of bugs...
|
|
|
|
#.if !defined(WITHOUT_NLS)
|
|
|
|
CONFIGURE_ENV= LIBS=-lintl
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
PLIST_SUB= NLS=""
|
|
|
|
#.else
|
|
|
|
#CONFIGURE_ARGS+= --disable-nls
|
|
|
|
#PLIST_SUB= NLS="@comment"
|
|
|
|
#.endif
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= libglade2
|
2007-01-17 13:00:48 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|