2004-07-12 23:21:14 +02:00
|
|
|
# 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
|
2007-08-07 10:37:22 +02:00
|
|
|
PORTVERSION= 4.12
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 3
|
2004-07-12 23:21:14 +02:00
|
|
|
CATEGORIES= x11
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
MASTER_SITES= SF
|
2004-07-12 23:21:14 +02:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
|
|
|
MAINTAINER= ports@fsck.ch
|
2007-08-07 10:37:22 +02:00
|
|
|
COMMENT= Desktop panel that includes a taskbar, pager, launchbar and more
|
2004-07-12 23:21:14 +02:00
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_XORG= x11 xmu xpm
|
2004-07-12 23:21:14 +02:00
|
|
|
USE_GNOME= gtk20
|
|
|
|
HAS_CONFIGURE= yes
|
2007-08-07 10:37:22 +02:00
|
|
|
CONFIGURE_ARGS+= --prefix=${PREFIX}
|
2004-07-12 23:21:14 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
MAN1= fbpanel.1
|
|
|
|
MANCOMPRESSED= yes
|
|
|
|
|
2005-07-29 17:43:10 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|share/man|man|g' ${WRKSRC}/man/Makefile
|
|
|
|
|
2004-07-12 23:21:14 +02:00
|
|
|
.include <bsd.port.mk>
|