Initial import of kountdown-0.2p1
KountDown is a screensaver which counts down to a specified date. Features include: o an optional "half-way" setting to set a time when the behaviour of the screensaver will change. o configurable countdown text, text font and text color.
This commit is contained in:
parent
5b93bb3190
commit
4aab879c34
38
x11/kountdown/Makefile
Normal file
38
x11/kountdown/Makefile
Normal file
@ -0,0 +1,38 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2002/03/06 11:41:42 kevlo Exp $
|
||||
|
||||
COMMENT= "screen saver that displays a countdown to a selected date"
|
||||
|
||||
DISTNAME= kountdown-0.2p1
|
||||
CATEGORIES= x11
|
||||
NEED_VERSION= 1.508
|
||||
|
||||
HOMEPAGE= http://w1.911.telia.com/~u91117365/kountdown.html
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM=Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://w1.911.telia.com/~u91117365/download/kountdown/
|
||||
|
||||
BUILD_DEPENDS= ::x11/qt2-designer
|
||||
|
||||
LIB_DEPENDS= kdecore.3,DCOP,kdesu,kdeui,kio,kscreensaver,kssl,ksycoca::x11/kde/libs2
|
||||
|
||||
MODULES= qt2
|
||||
|
||||
MAKE_ENV= ${CONFIGURE_ENV}
|
||||
# Ensure qt2 will always be at the front
|
||||
MAKE_FLAGS= CXXLD='--tag CXX ${CXX} -L${MODQT_LIBDIR}'
|
||||
|
||||
USE_X11= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= ${MODQT_CONFIGURE_ARGS}
|
||||
CONFIGURE_ARGS+= --with-extra-libs=${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS+= --with-extra-includes=${LOCALBASE}/include
|
||||
CONFIGURE_ENV= KDEDIR=${LOCALBASE}
|
||||
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/admin
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11/kountdown/distinfo
Normal file
3
x11/kountdown/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (kountdown-0.2p1.tar.gz) = 71221a94fc5ad40a1588096e8ab93b86
|
||||
RMD160 (kountdown-0.2p1.tar.gz) = a34cc9d80cbd2fe4e2b292638fdcf0bb16c4bb54
|
||||
SHA1 (kountdown-0.2p1.tar.gz) = 4427995f50e94d5eb1daba852d5db8c1cfba669f
|
8
x11/kountdown/pkg/DESCR
Normal file
8
x11/kountdown/pkg/DESCR
Normal file
@ -0,0 +1,8 @@
|
||||
KountDown is a screensaver which counts down to a specified date.
|
||||
|
||||
Features include:
|
||||
o an optional "half-way" setting to set a time when the behaviour of
|
||||
the screensaver will change.
|
||||
o configurable countdown text, text font and text color.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
3
x11/kountdown/pkg/PLIST
Normal file
3
x11/kountdown/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/03/06 11:41:42 kevlo Exp $
|
||||
bin/kountdown
|
||||
share/applnk/System/ScreenSavers/kountdown.desktop
|
Loading…
Reference in New Issue
Block a user