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
24 lines
566 B
Makefile
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>
|