diff --git a/deskutils/Makefile b/deskutils/Makefile index 39fe960157d3..21d12b66948a 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -54,6 +54,7 @@ SUBDIR += mnemo SUBDIR += moneydance SUBDIR += mrproject + SUBDIR += multi-backgrounds-daemon SUBDIR += nag SUBDIR += narval SUBDIR += notebook diff --git a/deskutils/multi-backgrounds-daemon/Makefile b/deskutils/multi-backgrounds-daemon/Makefile new file mode 100644 index 000000000000..a1ae5e2356f6 --- /dev/null +++ b/deskutils/multi-backgrounds-daemon/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: deskutils/multi-backgrounds-daemon +# Date created: 16 Jul 2003 +# Whom: Juan Salaverria +# +# $FreeBSD$ + +PORTNAME= multi-backgrounds-daemon +PORTVERSION= 0.1.1 +CATEGORIES= deskutils gnome +MASTER_SITES= http://jk24.free.fr/multi-backgrounds-daemon/ + +MAINTAINER= rael@vectorstar.net +COMMENT= Change your GNOME2 backgound when you switch to other workspace + +USE_X_PREFIX= yes +USE_REINPLACE= yes +USE_GMAKE= yes +USE_LIBTOOL= yes +USE_GNOME= gnomehack gnomeprefix libgnomeui libwnck +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +DOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README + +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ;' ${WRKSRC}/configure + +post-install: +.if !defined(NOPORTDOCS) + ${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR} +.for f in ${DOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +.endfor +.endif + @${CAT} pkg-message + +.include diff --git a/deskutils/multi-backgrounds-daemon/distinfo b/deskutils/multi-backgrounds-daemon/distinfo new file mode 100644 index 000000000000..647e0c8c0ec7 --- /dev/null +++ b/deskutils/multi-backgrounds-daemon/distinfo @@ -0,0 +1 @@ +MD5 (multi-backgrounds-daemon-0.1.1.tar.gz) = a13da364dc753a723f7c685767aaa010 diff --git a/deskutils/multi-backgrounds-daemon/pkg-descr b/deskutils/multi-backgrounds-daemon/pkg-descr new file mode 100644 index 000000000000..521409c0fd25 --- /dev/null +++ b/deskutils/multi-backgrounds-daemon/pkg-descr @@ -0,0 +1,7 @@ +The Multi-Backgrounds-Daemon is a little daemon (~designed~ for Gnome 2) +that see that you've just changed to other workspace (a X workspace), +and that change the background + +WWW: http://jk24.free.fr/multi-backgrounds-daemon/ + +Juan Salaverria -- diff --git a/deskutils/multi-backgrounds-daemon/pkg-message b/deskutils/multi-backgrounds-daemon/pkg-message new file mode 100644 index 000000000000..aa4f48f1117b --- /dev/null +++ b/deskutils/multi-backgrounds-daemon/pkg-message @@ -0,0 +1 @@ +To use the daemon, just put it in Desktop Preferences -> Advanced -> Sessions -> Startup Programs diff --git a/deskutils/multi-backgrounds-daemon/pkg-plist b/deskutils/multi-backgrounds-daemon/pkg-plist new file mode 100644 index 000000000000..0744609e708f --- /dev/null +++ b/deskutils/multi-backgrounds-daemon/pkg-plist @@ -0,0 +1,8 @@ +bin/multi-backgrounds-daemon +%%PORTDOCS%%share/doc/multi-backgrounds-daemon/AUTHORS +%%PORTDOCS%%share/doc/multi-backgrounds-daemon/COPYING +%%PORTDOCS%%share/doc/multi-backgrounds-daemon/ChangeLog +%%PORTDOCS%%share/doc/multi-backgrounds-daemon/INSTALL +%%PORTDOCS%%share/doc/multi-backgrounds-daemon/NEWS +%%PORTDOCS%%share/doc/multi-backgrounds-daemon/README +%%PORTDOCS%%@dirrm share/doc/multi-backgrounds-daemon