mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
34 lines
686 B
Makefile
34 lines
686 B
Makefile
|
# New ports collection makefile for: fluxbg
|
||
|
# Date created: 30 September 2003
|
||
|
# Whom: Adam Weinberger <adamw@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= fluxbg
|
||
|
PORTVERSION= 0.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/gtk--2
|
||
|
|
||
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||
|
|
||
|
USE_X_PREFIX= yes
|
||
|
GNU_CONFIGURE= yes
|
||
|
USE_REINPLACE= yes
|
||
|
USE_GNOME= gnomehack gnometarget
|
||
|
|
||
|
post-patch:
|
||
|
@${REINPLACE_CMD} -e "s|%%X11BASE%%|${X11BASE}|g" \
|
||
|
${WRKSRC}/src/fluxbg_conf.cc
|
||
|
|
||
|
post-install:
|
||
|
@${CAT} ${PKGMESSAGE}
|
||
|
|
||
|
.include <bsd.port.mk>
|