Browse Source
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: 2025Q2overlay

committed by
Hiroki Tagato

1 changed files with 8 additions and 7 deletions
@ -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…
Reference in new issue