[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / x11 / xcolorsel

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/x11/xcolorsel/Makefile between version 1.2 and 1.9

version 1.2, 1998/07/15 08:13:41 version 1.9, 2002/10/08 13:26:32
Line 4 
Line 4 
 DISTNAME=       xcolorsel-1.1a-src  DISTNAME=       xcolorsel-1.1a-src
 PKGNAME=        xcolorsel-1.1a  PKGNAME=        xcolorsel-1.1a
 CATEGORIES=     x11  CATEGORIES=     x11
 MASTER_SITES=   ${MASTER_SITE_XCONTRIB}  MASTER_SITES=   ${MASTER_SITE_XCONTRIB:=utilities/}
 MASTER_SITE_SUBDIR=     utilities  
   
 MAINTAINER=     perry@netbsd.org  MAINTAINER=     perry@netbsd.org
   COMMENT=        Browse and select named X colors from rgb.txt
 DEPENDS+=       Xaw3d-1.5:../../x11/Xaw3d  
   
 WRKSRC=         ${WRKDIR}/xcolorsel  WRKSRC=         ${WRKDIR}/xcolorsel
   
   USE_BUILDLINK2= yes
 USE_IMAKE=      yes  USE_IMAKE=      yes
   XAW_TYPE?=      3d
   
   .include "../../mk/bsd.prefs.mk"
   
   # We need at least Xaw3d to compile this package.
   .if (${XAW_TYPE} == standard)
   XAW_TYPE=       3d
   .endif
   
   .include "../../mk/xaw.buildlink2.mk"
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.9

CVSweb <webmaster@jp.NetBSD.org>