Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/x11/xcolorsel/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/x11/xcolorsel/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.3 retrieving revision 1.21 diff -u -p -r1.3 -r1.21 --- pkgsrc/x11/xcolorsel/Makefile 1999/04/15 20:39:49 1.3 +++ pkgsrc/x11/xcolorsel/Makefile 2008/06/20 01:09:45 1.21 @@ -1,16 +1,20 @@ -# $NetBSD: Makefile,v 1.3 1999/04/15 20:39:49 tron Exp $ +# $NetBSD: Makefile,v 1.21 2008/06/20 01:09:45 joerg Exp $ # DISTNAME= xcolorsel-1.1a-src PKGNAME= xcolorsel-1.1a +PKGREVISION= 3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XCONTRIB:=utilities/} -MAINTAINER= perry@netbsd.org +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Browse and select named X colors from rgb.txt -DEPENDS+= Xaw3d-1.5:../../x11/Xaw3d +PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/xcolorsel +MAKE_ENV+= LIBXAW=${LIBXAW:Q} USE_IMAKE= yes +.include "../../x11/Xaw3d/buildlink3.mk" .include "../../mk/bsd.pkg.mk"