diff options
author | glewis <glewis@FreeBSD.org> | 2004-09-03 14:00:20 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2004-09-03 14:00:20 +0800 |
commit | ddf379418e74698b73e4aa68b05d04dc14617622 (patch) | |
tree | 6b2ede2654be1e510d2a4f6141b0182fcc69b4a3 /x11-clocks | |
parent | 19e05206121e585a22b09c13cad8d00771a10d54 (diff) | |
download | freebsd-ports-graphics-ddf379418e74698b73e4aa68b05d04dc14617622.tar.gz freebsd-ports-graphics-ddf379418e74698b73e4aa68b05d04dc14617622.tar.zst freebsd-ports-graphics-ddf379418e74698b73e4aa68b05d04dc14617622.zip |
Add a port of ASTZClock:
ASTZClock is currently a fairly minimal hack to the original ASClock to
allow the specification of a time zone for the clock to use.
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/Makefile | 1 | ||||
-rw-r--r-- | x11-clocks/astzclock/Makefile | 44 | ||||
-rw-r--r-- | x11-clocks/astzclock/distinfo | 2 | ||||
-rw-r--r-- | x11-clocks/astzclock/pkg-descr | 4 |
4 files changed, 51 insertions, 0 deletions
diff --git a/x11-clocks/Makefile b/x11-clocks/Makefile index fc416e8700d..b3c48643bd0 100644 --- a/x11-clocks/Makefile +++ b/x11-clocks/Makefile @@ -9,6 +9,7 @@ SUBDIR += asclock-gtk SUBDIR += asclock-xlib SUBDIR += astime + SUBDIR += astzclock SUBDIR += bbdate SUBDIR += bclock SUBDIR += dclock diff --git a/x11-clocks/astzclock/Makefile b/x11-clocks/astzclock/Makefile new file mode 100644 index 00000000000..27e84060428 --- /dev/null +++ b/x11-clocks/astzclock/Makefile @@ -0,0 +1,44 @@ +# New ports collection makefile for: astzclock +# Date created: 3 August 2004 +# Whom: Greg Lewis <glewis@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= astzclock +PORTVERSION= 1.0 +CATEGORIES= x11-clocks afterstep +MASTER_SITES= http://www.eyesbeyond.com/freebsddom/astzclock/ + +MAINTAINER= glewis@FreeBSD.org +COMMENT= Afterstep clock with some timezone extensions + +USE_IMAKE= yes +USE_XPM= yes +MAN1= astzclock.1 +PLIST_FILES= bin/astzclock + +pre-configure: + (cd ${WRKSRC}; \ + ${ECHO_CMD} ${ASCLOCK_LANG} | ${WRKSRC}/configure > /dev/null) + @${ECHO_MSG} "***************** NOTE *****************" + @${ECHO_MSG} "* *" + @${ECHO_MSG} "* You can choose languages for asclock. *" + @${ECHO_MSG} "* 1) engligh [DEFAULT] *" + @${ECHO_MSG} "* 2) german *" + @${ECHO_MSG} "* 3) portuguese *" + @${ECHO_MSG} "* 4) dutch *" + @${ECHO_MSG} "* 5) norwegian *" + @${ECHO_MSG} "* 6) italian *" + @${ECHO_MSG} "* 7) swedish *" + @${ECHO_MSG} "* 8) spanish *" + @${ECHO_MSG} "* 9) hungarian *" + @${ECHO_MSG} "* 0) breton *" + @${ECHO_MSG} "* a) french *" + @${ECHO_MSG} "* b) czech *" + @${ECHO_MSG} "* *" + @${ECHO_MSG} "* Specify the number you want when make. *" + @${ECHO_MSG} "* Example: \" make ASCLOCK_LANG=1 \" *" + @${ECHO_MSG} "******************************************" + +.include <bsd.port.mk> diff --git a/x11-clocks/astzclock/distinfo b/x11-clocks/astzclock/distinfo new file mode 100644 index 00000000000..66c70c592eb --- /dev/null +++ b/x11-clocks/astzclock/distinfo @@ -0,0 +1,2 @@ +MD5 (astzclock-1.0.tar.gz) = cfc7aac4977dd37863a228b08c182f0a +SIZE (astzclock-1.0.tar.gz) = 32163 diff --git a/x11-clocks/astzclock/pkg-descr b/x11-clocks/astzclock/pkg-descr new file mode 100644 index 00000000000..2cd430c0f6c --- /dev/null +++ b/x11-clocks/astzclock/pkg-descr @@ -0,0 +1,4 @@ +ASTZClock is currently a fairly minimal hack to the original ASClock to +allow the specification of a time zone for the clock to use. + +WWW: http://www.eyesbeyond.com/freebsddom/astzclock/ |