File:  [cvs.NetBSD.org] / pkgsrc / time / xtimer / Makefile
Revision 1.12: download - view: text, annotated - select for diffs
Thu May 3 09:55:32 2012 UTC (12 years, 6 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, HEAD
Drop dependency on libXp (from Imake)

* libXp was used by Xaw8, but it had been obsolated, and in pkgsrc,
  x11/libXaw/buildlink3.mk had been switched to pick up Xaw7 by default.
* With x11/xorg-cf-files, libXp was offered with XawClientLibs,
  but updated to 1.0.4, it was removed.
* And pkgsrc had been switched to use always xorg-cf-files and imake from pkgsrc,
  so all platforms should not require libXp from libXaw with Imake.

Bump PKGREVISION.

# $NetBSD: Makefile,v 1.12 2012/05/03 09:55:32 obache Exp $

DISTNAME=	xtimer-8089
PKGNAME=	xtimer-0.8089
PKGREVISION=	4
CATEGORIES=	x11 time
MASTER_SITES=	http://www.bsddiary.net/xtimer/

MAINTAINER=	candy@fct.kgc.co.jp
HOMEPAGE=	http://www.bsddiary.net/xtimer/
COMMENT=	Super simple digital timer for X11

PKG_DESTDIR_SUPPORT=	user-destdir

USE_IMAKE=	yes

.include "../../x11/libXaw/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>