Browse Source

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
overlay
mew14930xvi 3 weeks ago
committed by Hiroki Tagato
parent
commit
51eeb39578
  1. 15
      x11-clocks/tclock/Makefile

15
x11-clocks/tclock/Makefile

@ -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>

Loading…
Cancel
Save