2012-09-28 20:31:46 +02:00
|
|
|
# Created by: Tobias Roth <ports@fsck.ch>
|
2004-07-12 23:21:14 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= fbpanel
|
2010-11-22 12:35:55 +01:00
|
|
|
PORTVERSION= 6.1
|
2013-11-13 09:47:51 +01:00
|
|
|
PORTREVISION= 4
|
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
|
2010-11-22 12:35:55 +01:00
|
|
|
EXTRACT_SUFX= .tbz2
|
2004-07-12 23:21:14 +02:00
|
|
|
|
2013-11-04 12:40:15 +01:00
|
|
|
MAINTAINER= bsam@FreeBSD.org
|
2013-11-06 09:18:46 +01:00
|
|
|
COMMENT= Lightweight, NETWM compliant X11 desktop panel
|
2004-07-12 23:21:14 +02:00
|
|
|
|
2013-03-10 06:47:05 +01:00
|
|
|
LICENSE= MIT
|
2010-11-22 12:35:55 +01:00
|
|
|
|
2012-09-28 20:31:46 +02:00
|
|
|
USE_BZIP2= yes
|
2013-11-01 16:08:09 +01:00
|
|
|
USES= gmake pkgconfig
|
2013-07-04 16:22:41 +02:00
|
|
|
USE_GNOME= gtk20
|
2004-07-12 23:21:14 +02:00
|
|
|
HAS_CONFIGURE= yes
|
2012-09-28 20:31:46 +02:00
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
2004-07-12 23:21:14 +02:00
|
|
|
|
2013-03-10 06:47:05 +01:00
|
|
|
PORTDOCS= CHANGELOG CREDITS NOTES README
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
|
|
|
DESKTOP_ENTRIES="${PORTNAME}" "${PORTNAME} NETWM compliant X11 desktop panel" \
|
2013-07-04 16:22:41 +02:00
|
|
|
"${PORTNAME}" "${PORTNAME}" "System;" false
|
2013-03-10 06:47:05 +01:00
|
|
|
|
2005-07-29 17:43:10 +02:00
|
|
|
post-patch:
|
2013-07-04 16:22:41 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|' ${WRKSRC}/scripts/install.sh
|
2012-09-28 20:31:46 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|@DATADIR@|${DATADIR}|' \
|
2013-11-01 16:08:09 +01:00
|
|
|
${WRKSRC}/data/man/${PORTNAME}.1.in
|
2010-11-22 12:35:55 +01:00
|
|
|
|
|
|
|
post-install:
|
2013-11-01 16:08:09 +01:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/data/man/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
|
|
|
|
${LN} -sf ${DATADIR}/images/logo.png ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png
|
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
2005-07-29 17:43:10 +02:00
|
|
|
|
2004-07-12 23:21:14 +02:00
|
|
|
.include <bsd.port.mk>
|