freebsd-ports/x11-clocks/wmitime/Makefile
Pierre Pronchery 7a247c8525
x11-clocks/wmitime: Revive port
WMitime is yet another clock dock app which shows standard time, date,
as well as the new Internet time.

WWW:	https://www.dockapps.net/wmitime

Reviewed by:	jrm
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D39833
2023-04-26 12:46:31 -03:00

24 lines
566 B
Makefile

PORTNAME= wmitime
PORTVERSION= 0.5
CATEGORIES= x11-clocks windowmaker
MASTER_SITES= https://www.dockapps.net/download/
MAINTAINER= khorben@defora.org
COMMENT= Docking clock app also showing the new Internet time
WWW= https://www.dockapps.net/wmitime
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libdockapp.so:x11-wm/libdockapp
USES= gmake iconv localbase:ldflags xorg
USE_XORG= x11 xext xpm
MAKE_ARGS= CFLAGS="-O2 -Wall ${CFLAGS}" \
MANDIR="${PREFIX}/man/man1"
ALL_TARGET= wmitime
WRKSRC= ${WRKDIR}/dockapps-26db447
.include <bsd.port.mk>