# New ports collection makefile for: fluxbg # Date created: 30 September 2003 # Whom: Adam Weinberger # # $FreeBSD$ # PORTNAME= fluxbg PORTVERSION= 0.7 PORTREVISION= 7 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 GNU_CONFIGURE= yes USE_GNOME= gnomehack gnometarget .include .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 Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-2/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* Cleanup plistbapt2014-10-201-2/+0
|
* Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.adamw2014-07-161-0/+2
| | | | | | | Where possible, correct a few instances where PORTDOCS was being used to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by ruby@, PORTDOCS is applied to pretty much everything whether it's documentation or example.
* - remove conditional no longer required per stagingjgh2013-11-081-4/+0
| | | | - remove now useless inclusion of bpom
* - support stagingjgh2013-09-26