Index: head/x11/fluxbg/Makefile =================================================================== --- head/x11/fluxbg/Makefile (revision 508847) +++ head/x11/fluxbg/Makefile (revision 508848) @@ -1,28 +1,31 @@ # Created by: Adam Weinberger # $FreeBSD$ PORTNAME= fluxbg PORTVERSION= 0.7 PORTREVISION= 15 CATEGORIES= x11 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= jgh@FreeBSD.org COMMENT= Background changer for fluxbox/blackbox +LICENSE= GPLv2 + LIB_DEPENDS= libgtkmm-2.0.so:x11-toolkits/gtkmm20 RUN_DEPENDS= fbsetbg:x11-wm/fluxbox -GNU_CONFIGURE= yes USES= compiler:c11 pathfix pkgconfig + +GNU_CONFIGURE= yes PLIST_FILES= bin/fluxbg \ bin/fluxbgd \ bin/fluxbg_conf SUB_FILES= pkg-message SUB_LIST= PORTNAME=${PORTNAME} post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \ s|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/src/fluxbg_conf.cc .include