File:  [cvs.NetBSD.org] / pkgsrc / x11 / xcolors / Makefile
Revision 1.20: 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.20 2012/05/03 09:55:32 obache Exp $

DISTNAME=	xcolors
PKGNAME=	xcolors-1.3
PKGREVISION=	5
CATEGORIES=	x11
MASTER_SITES=	ftp://ftp.tut.ac.jp/X11/X11R6/contrib/programs/

MAINTAINER=	pkgsrc-users@NetBSD.org
COMMENT=	Display all (ok, most of) the colors in the universe

PKG_DESTDIR_SUPPORT=	user-destdir

WRKSRC=		${WRKDIR}/xcolors
USE_IMAKE=	yes

.include "../../mk/bsd.prefs.mk"

.if ${X11_TYPE} == "modular"
DEPENDS+=	rgb>=1.0.1:../../x11/rgb
CPPFLAGS+=	-DRGB_TXT=\"${PREFIX}/share/X11/rgb.txt\"
.else
CPPFLAGS+=	-DRGB_TXT=\"${X11BASE}/lib/X11/rgb.txt\"
.endif

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

CVSweb <webmaster@jp.NetBSD.org>