diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2011-03-24 16:05:07 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2011-03-24 16:05:07 +0000 |
commit | 2a459e80725a2b11cfaf117d09be8dd423006c39 (patch) | |
tree | 60122e0511dd727aa4701a7bcf3800f926a2e3da /x11-clocks | |
parent | 318627bfea8d67734d28d4a2b692c87ab12de10f (diff) |
Notes
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/tclock/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/x11-clocks/tclock/Makefile b/x11-clocks/tclock/Makefile index 9c2f09147f67..930dc86d9b23 100644 --- a/x11-clocks/tclock/Makefile +++ b/x11-clocks/tclock/Makefile @@ -9,20 +9,21 @@ PORTNAME= tclock PORTVERSION= 1.0.1 PORTREVISION= 2 CATEGORIES= x11-clocks -MASTER_SITES= ftp://ftp.uni-potsdam.de/pub/X11/tools/clocks/ \ +MASTER_SITES= http://www.linta.de/distfiles/ \ + ftp://ftp.uni-potsdam.de/pub/X11/tools/clocks/ \ ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/ EXTRACT_SUFX= .tar.Z -MAINTAINER= ports@FreeBSD.org +MAINTAINER= aehlig@linta.de COMMENT= Transparent analog clock for x11 -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - NO_WRKSUBDIR= yes USE_IMAKE= yes USE_XORG= x11 xext MAN1= tclock.1 PLIST_FILES= bin/tclock +LICENSE= GPLv1 +LICENSE_FILE= ${WRKSRC}/COPYING + .include <bsd.port.mk> |