freebsd-ports/x11-clocks/tclock/Makefile
Fernando Apesteguía 6a105a9564 */*: Reset Maintainership
As per maintainer's request.

Reported in mail list[1]

[1] https://www.mail-archive.com/ports@freebsd.org/msg02842.html
2022-11-22 07:48:02 +01:00

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>