1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/x11/wbar/Makefile
Nicola Vitale 9084120f39 - Remove sysutils/pidof from RUN_DEPENDS (replaced by pgrep)
as suggested by danfe@, because "infrastructure costs get
  higher (extra dependency to track, upgrade, etc.) which
  in turn eats time".
- Add files/patch-src__config__Run.cc
- Bump PORTREVISION
- Fix a typo in pkg-descr
2011-07-06 16:19:26 +00:00

38 lines
785 B
Makefile

# New ports collection makefile for: wbar
# Date created: 2007-01-16
# Whom: Nicola Vitale <nivit@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= wbar
PORTVERSION= 2.2.2
PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
http://nivi.interfree.it/distfiles/${PORTNAME}/
MAINTAINER= nivit@FreeBSD.org
COMMENT= A quick launch bar for fluxbox, WindowMaker, Xfce, etc
CONFIGURE_ARGS= --exec-prefix=${PREFIX}
GNU_CONFIGURE= yes
MAN1= ${PORTNAME}.1 ${PORTNAME}-config.1
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
.include <bsd.port.mk>