freebsd-ports/x11-clocks/tclock/Makefile
Steve Wills 267f880194 x11-clocks/tclock: fix drawing bug
PR:		236848
Submitted by:	Klaus Aehlig <aehlig@linta.de> (maintainer)
2019-04-11 00:52:51 +00:00

23 lines
488 B
Makefile

# Created by: Lars Koeller <lkoeller@cc.fh-lippe.de>
# $FreeBSD$
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= aehlig@linta.de
COMMENT= Transparent analog clock for x11
LICENSE= GPLv1
LICENSE_FILE= ${WRKSRC}/COPYING
USES= imake tar:Z
USE_XORG= x11 xext
PLIST_FILES= bin/tclock man/man1/${PORTNAME}.1.gz
NO_WRKSUBDIR= yes
.include <bsd.port.mk>