freebsd-ports/x11/fbpanel/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

30 lines
601 B
Makefile

# New ports collection makefile for: fbpanel
# Date created: Sat Jun 26 13:43:50 CEST 2004
# Whom: Tobias Roth <ports@fsck.ch>
#
# $FreeBSD$
#
PORTNAME= fbpanel
PORTVERSION= 4.12
PORTREVISION= 3
CATEGORIES= x11
MASTER_SITES= SF
EXTRACT_SUFX= .tgz
MAINTAINER= ports@fsck.ch
COMMENT= Desktop panel that includes a taskbar, pager, launchbar and more
USE_XORG= x11 xmu xpm
USE_GNOME= gtk20
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX}
USE_GMAKE= yes
MAN1= fbpanel.1
MANCOMPRESSED= yes
post-patch:
@${REINPLACE_CMD} -e 's|share/man|man|g' ${WRKSRC}/man/Makefile
.include <bsd.port.mk>