diff options
author | steve <steve@FreeBSD.org> | 1999-12-25 15:54:16 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-12-25 15:54:16 +0000 |
commit | db81b506cc7bde447e8497b6d70effee1dfe58d5 (patch) | |
tree | 7b52aed91fd4e2b70120bcda405c31273f47a65c | |
parent | 75b110d27eda12ef2758856d58f1bec30e5ac386 (diff) | |
download | FreeBSD-ports-db81b506cc7bde447e8497b6d70effee1dfe58d5.zip FreeBSD-ports-db81b506cc7bde447e8497b6d70effee1dfe58d5.tar.gz |
chbg version 0.8pl1
A utility for cycling through different background pictures.
PR: 15407
Submitted by: Peter Jones <p@dancris.com>
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/chbg/Makefile | 25 | ||||
-rw-r--r-- | graphics/chbg/distinfo | 1 | ||||
-rw-r--r-- | graphics/chbg/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/chbg/pkg-descr | 7 | ||||
-rw-r--r-- | graphics/chbg/pkg-plist | 1 |
6 files changed, 36 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index b6d9af1..9206ac0 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -12,6 +12,7 @@ SUBDIR += aero SUBDIR += aview SUBDIR += camediaplay + SUBDIR += chbg SUBDIR += cqcam SUBDIR += dc20ctrl SUBDIR += dc20pack diff --git a/graphics/chbg/Makefile b/graphics/chbg/Makefile new file mode 100644 index 0000000..30a04bc --- /dev/null +++ b/graphics/chbg/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: chbg +# Version required: 0.8pl1 +# Date created: 10 Dec 1999 +# Whom: Peter Jones <p@dancris.com> +# +# $FreeBSD$ +# + +DISTNAME= chbg-0.8pl1 +PKGNAME= chbg-0.8.1 +CATEGORIES= graphics +MASTER_SITES= http://www.idata.sk/~ondrej/sw/ +EXTRACT_SUFX= .tgz + +MAINTAINER= p@dancris.com + +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ + Imlib.5:${PORTSDIR}/graphics/imlib + +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" \ + CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" + +.include <bsd.port.mk> diff --git a/graphics/chbg/distinfo b/graphics/chbg/distinfo new file mode 100644 index 0000000..1bebcd7 --- /dev/null +++ b/graphics/chbg/distinfo @@ -0,0 +1 @@ +MD5 (chbg-0.8pl1.tgz) = dd3ca404f73bca970a9d9f80ae1cd6bb diff --git a/graphics/chbg/pkg-comment b/graphics/chbg/pkg-comment new file mode 100644 index 0000000..e92d8be --- /dev/null +++ b/graphics/chbg/pkg-comment @@ -0,0 +1 @@ +Change Background Picture with time period diff --git a/graphics/chbg/pkg-descr b/graphics/chbg/pkg-descr new file mode 100644 index 0000000..f02510e --- /dev/null +++ b/graphics/chbg/pkg-descr @@ -0,0 +1,7 @@ +ChBg is used for changing desktop background pictures with some period. +Can also be used as a xscreensaver hack. + +WWW: http://www.idata.sk/~ondrej/chbg/ + +- Peter Jones +p@dancris.com diff --git a/graphics/chbg/pkg-plist b/graphics/chbg/pkg-plist new file mode 100644 index 0000000..506789a --- /dev/null +++ b/graphics/chbg/pkg-plist @@ -0,0 +1 @@ +bin/chbg |