mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
bc9422c092
fluxbox-devel. The 0.1.14 version is gone for good. The highlight changes for fluxbox: -Update to 1.0rc2. -Change the prefix from X11BASE (/usr/X11R6) to LOCALBASE (/usr/local). -The bsetroot has been renamed to fbsetroot. As for the other ports, chase the fluxbox-devel -> fluxbox. Request by: too many to list (include developers)
39 lines
849 B
Makefile
39 lines
849 B
Makefile
# New ports collection makefile for: fluxbg
|
|
# Date created: 30 September 2003
|
|
# Whom: Adam Weinberger <adamw@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= fluxbg
|
|
PORTVERSION= 0.7
|
|
PORTREVISION= 6
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Background changer for fluxbox/blackbox
|
|
|
|
LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtkmm20
|
|
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= gnomehack gnometarget
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if !exists(${LOCALBASE}/bin/fbsetbg) && \
|
|
!exists(${X11BASE}/bin/fbsetbg)
|
|
RUN_DEPENDS= fbsetbg:${PORTSDIR}/x11-wm/fluxbox
|
|
.endif
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \
|
|
s|/usr/X11R6|${X11BASE}|g' ${WRKSRC}/src/fluxbg_conf.cc
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.post.mk>
|