2003-10-01 01:11:02 +00:00
|
|
|
# New ports collection makefile for: fluxbg
|
|
|
|
# Date created: 30 September 2003
|
|
|
|
# Whom: Adam Weinberger <adamw@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= fluxbg
|
2003-10-05 19:07:04 +00:00
|
|
|
PORTVERSION= 0.7
|
2012-06-01 05:26:28 +00:00
|
|
|
PORTREVISION= 12
|
2003-10-01 01:11:02 +00:00
|
|
|
CATEGORIES= x11
|
2009-08-22 00:39:37 +00:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
2003-10-01 01:11:02 +00:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= Background changer for fluxbox/blackbox
|
|
|
|
|
2006-05-29 06:11:17 +00:00
|
|
|
LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtkmm20
|
2003-10-01 01:11:02 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2011-08-11 19:20:17 +00:00
|
|
|
USE_GNOME= gnomehack
|
2003-10-01 01:11:02 +00:00
|
|
|
|
2006-09-01 01:57:06 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
- 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 17:56:05 +00:00
|
|
|
.if !exists(${LOCALBASE}/bin/fbsetbg)
|
2007-03-19 19:19:32 +00:00
|
|
|
RUN_DEPENDS= fbsetbg:${PORTSDIR}/x11-wm/fluxbox
|
2006-09-01 01:57:06 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \
|
- 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 17:56:05 +00:00
|
|
|
s|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/src/fluxbg_conf.cc
|
2006-09-01 01:57:06 +00:00
|
|
|
|
2003-10-01 01:11:02 +00:00
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
2006-09-01 01:57:06 +00:00
|
|
|
.include <bsd.port.post.mk>
|