256b936401
2.44 25-Dec-2018 OSX: - Functions properly on macOS 10.14. - Requires macOS 10.7 or later. Sigh. - Upgraded Sparkle (the "Check for Updates" library). - Signed, and available in the Mac App Store. - Removed the "On top of screen saver" option since it can't be made to work on recent macOSes. - Full resolution on Retina displays. iOS: - Rotation works again. - Requires iOS 8.0 or later. Sigh.
24 lines
661 B
Makefile
24 lines
661 B
Makefile
# $NetBSD: Makefile,v 1.16 2020/11/24 10:32:40 nia Exp $
|
|
#
|
|
|
|
DISTNAME= xdaliclock-2.44
|
|
CATEGORIES= x11 time
|
|
MASTER_SITES= https://www.jwz.org/xdaliclock/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.jwz.org/xdaliclock/
|
|
COMMENT= Animated digital clock
|
|
LICENSE= mit
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/X11
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIG_GUESS_OVERRIDE+= ${WRKDIR}/${DISTNAME}/config.guess
|
|
CONFIG_SUB_OVERRIDE+= ${WRKDIR}/${DISTNAME}/config.sub
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
|
INSTALL_MAKE_FLAGS+= install_prefix=${DESTDIR}
|
|
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|