b3bd3496f3
1.0.6: This minor maintenace release improves support for localized display of time text in the digital form, along with build configuration improvements. 1.0.5: This minor maintenance release of the classic non-shaped window clock fixes a crash on startup on 64-bit architectures and includes the usual set of recent build improvements/janitorial cleanups.
29 lines
777 B
Makefile
29 lines
777 B
Makefile
# $NetBSD: Makefile,v 1.13 2012/06/03 18:10:39 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= xclock-1.0.6
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Analog / digital clock for X
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
|
|
LDFLAGS+= ${BUILDLINK_LDADD.iconv}
|
|
|
|
MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libXaw/buildlink3.mk"
|
|
.include "../../x11/libXft/buildlink3.mk"
|
|
.include "../../x11/libXrender/buildlink3.mk"
|
|
.include "../../x11/libxkbfile/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|