mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
chbg version 0.8pl1
A utility for cycling through different background pictures. PR: 15407 Submitted by: Peter Jones <p@dancris.com>
This commit is contained in:
parent
cac61163f1
commit
cd5ab90468
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24058
@ -12,6 +12,7 @@
|
||||
SUBDIR += aero
|
||||
SUBDIR += aview
|
||||
SUBDIR += camediaplay
|
||||
SUBDIR += chbg
|
||||
SUBDIR += cqcam
|
||||
SUBDIR += dc20ctrl
|
||||
SUBDIR += dc20pack
|
||||
|
25
graphics/chbg/Makefile
Normal file
25
graphics/chbg/Makefile
Normal file
@ -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>
|
1
graphics/chbg/distinfo
Normal file
1
graphics/chbg/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (chbg-0.8pl1.tgz) = dd3ca404f73bca970a9d9f80ae1cd6bb
|
1
graphics/chbg/pkg-comment
Normal file
1
graphics/chbg/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Change Background Picture with time period
|
7
graphics/chbg/pkg-descr
Normal file
7
graphics/chbg/pkg-descr
Normal file
@ -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
|
1
graphics/chbg/pkg-plist
Normal file
1
graphics/chbg/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/chbg
|
Loading…
Reference in New Issue
Block a user