06a97c08eb
Add pointers to mailing list, bugzilla, wiki & git repo to README Trim trailing whitespaces Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS Fill in COPYING file xaw8 is gone, use xaw7 Build fix for file systems that are not case sensitive Fix build with builddir != srcdir $(builddir) is the current directory Makefile.am: nuke RCS Id Ansification and compile warning fixes. Fix logic inversion in geometry computation in -norender -digital mode. X.Org Bug 13537: bugs in UTF-8 handling and regularized tick updating
27 lines
717 B
Makefile
27 lines
717 B
Makefile
# $NetBSD: Makefile,v 1.10 2009/11/09 19:10:34 tnn Exp $
|
|
#
|
|
|
|
DISTNAME= xclock-1.0.4
|
|
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}
|
|
|
|
.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"
|