1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/x11/fbpanel/Makefile
Emanuel Haupt 24151d6e7b Fix a runtime error that occurs when fbpanel is compiled against GTK > 2.6.
Also remove obsolete USE_REINPLACE and bump PORTREVISION.

PR:		95231
Submitted by:	Tobias Roth <ports@fsck.ch> (maintainer)
2006-04-11 11:11:54 +00:00

38 lines
756 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.3
PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@fsck.ch
COMMENT= A desktop panel that includes a taskbar, pager, launchbar and more
USE_X_PREFIX= yes
USE_GNOME= gtk20
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --cpu=off
CFLAGS+= -I${WRKSRC}
USE_GMAKE= yes
MAN1= fbpanel.1
MANCOMPRESSED= yes
post-patch:
@${REINPLACE_CMD} -e 's|share/man|man|g' ${WRKSRC}/man/Makefile
post-install:
@${ECHO_MSG} ""
@${CAT} ${PKGMESSAGE}
@${ECHO_MSG} ""
.include <bsd.port.mk>