x11-clocks/tclock: take maintainership

While here:
- switch to DISTVERSION
- add another MASTER_SITES
- add missing USE_XORG=xorgproto
- reorder variables to make portclippy happy

PR:		287309
Reported by:	mew14930xvi <mew14930xvi@inbox.lv> (new maintainer)
MFH:		2025Q2
This commit is contained in:
mew14930xvi 2025-06-09 08:20:59 +09:00 committed by Hiroki Tagato
parent b55e4355e5
commit 51eeb39578

View File

@ -1,19 +1,20 @@
PORTNAME= tclock
PORTVERSION= 1.0.1
PORTREVISION= 4
DISTVERSION= 1.0.1
PORTREVISION= 5
CATEGORIES= x11-clocks
MASTER_SITES= http://www.linta.de/distfiles/
MAINTAINER= ports@FreeBSD.org
MASTER_SITES= http://www.linta.de/distfiles/ \
http://www.gnu-darwin.org/distfiles/
MAINTAINER= mew14930xvi@inbox.lv
COMMENT= Transparent analog clock for x11
LICENSE= GPLv1
LICENSE_FILE= ${WRKSRC}/COPYING
USES= imake tar:Z xorg
USE_XORG= x11 xext
USE_XORG= x11 xext xorgproto
PLIST_FILES= bin/tclock share/man/man1/${PORTNAME}.1.gz
NO_WRKSUBDIR= yes
PLIST_FILES= bin/tclock share/man/man1/tclock.1.gz
.include <bsd.port.mk>