As per maintainer's request. Reported in mail list[1] [1] https://www.mail-archive.com/ports@freebsd.org/msg02842.html
20 lines
429 B
Makefile
20 lines
429 B
Makefile
PORTNAME= tclock
|
|
PORTVERSION= 1.0.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= x11-clocks
|
|
MASTER_SITES= http://www.linta.de/distfiles/ \
|
|
ftp://ftp.uni-potsdam.de/pub/X11/tools/clocks/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Transparent analog clock for x11
|
|
|
|
LICENSE= GPLv1
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= imake tar:Z xorg
|
|
USE_XORG= x11 xext
|
|
|
|
PLIST_FILES= bin/tclock man/man1/${PORTNAME}.1.gz
|
|
NO_WRKSUBDIR= yes
|
|
|
|
.include <bsd.port.mk>
|