Import of astime-2.8
This is a very nice clock that runs in the Window Maker "dock". Either digital or analog clock faces can be specified. ok naddy@
This commit is contained in:
parent
09174ff732
commit
931b72d781
28
x11/astime/Makefile
Normal file
28
x11/astime/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/03/09 08:40:13 wilfried Exp $
|
||||
|
||||
DISTNAME= astime-2.8
|
||||
CATEGORIES= x11 x11/windowmaker
|
||||
NEED_VERSION= 1.359
|
||||
|
||||
HOMEPAGE= http://www.tigr.net/afterstep/as-apps/
|
||||
|
||||
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://www.tigr.net/afterstep/download/astime/
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --disable-jpeg
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKBUILD}/astime ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKBUILD}/astime.man ${PREFIX}/man/man1/astime.1
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/asclock
|
||||
cd ${WRKBUILD} && ${INSTALL_DATA} default.astimerc modern.astimerc \
|
||||
sample.astimerc thick.astimerc ${PREFIX}/share/examples/asclock
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11/astime/files/md5
Normal file
3
x11/astime/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (astime-2.8.tar.gz) = 0dd21aa79b93b43840649814f2a40fa0
|
||||
RMD160 (astime-2.8.tar.gz) = a8ce6ae59668e495e4c9126c516d51e56ef733c3
|
||||
SHA1 (astime-2.8.tar.gz) = c32fa36127547da81b1c214a30ba6a36c0ff501b
|
1
x11/astime/pkg/COMMENT
Normal file
1
x11/astime/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
wm-dockapp; Time/Date applet
|
4
x11/astime/pkg/DESCR
Normal file
4
x11/astime/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
This is a very nice clock that runs in the Window Maker "dock".
|
||||
Either digital or analog clock faces can be specified.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
8
x11/astime/pkg/PLIST
Normal file
8
x11/astime/pkg/PLIST
Normal file
@ -0,0 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/03/09 08:40:16 wilfried Exp $
|
||||
bin/astime
|
||||
man/man1/astime.1
|
||||
share/examples/asclock/default.astimerc
|
||||
share/examples/asclock/modern.astimerc
|
||||
share/examples/asclock/sample.astimerc
|
||||
share/examples/asclock/thick.astimerc
|
||||
@dirrm share/examples/asclock
|
Loading…
Reference in New Issue
Block a user