Sun Dec 6 07:45:06 2009 UTC ()
Update HOMEPAGE and MASTER_SITES.


(obache)
diff -r1.23 -r1.24 pkgsrc/graphics/camlimages/Makefile

cvs diff -r1.23 -r1.24 pkgsrc/graphics/camlimages/Makefile (switch to unified diff)

--- pkgsrc/graphics/camlimages/Makefile 2009/09/06 21:10:32 1.23
+++ pkgsrc/graphics/camlimages/Makefile 2009/12/06 07:45:06 1.24
@@ -1,48 +1,48 @@ @@ -1,48 +1,48 @@
1# $NetBSD: Makefile,v 1.23 2009/09/06 21:10:32 tonio Exp $ 1# $NetBSD: Makefile,v 1.24 2009/12/06 07:45:06 obache Exp $
2 2
3DISTNAME= camlimages-2.2.0 3DISTNAME= camlimages-2.2.0
4PKGREVISION= 7 4PKGREVISION= 7
5CATEGORIES= graphics 5CATEGORIES= graphics
6MASTER_SITES= ftp://ftp.inria.fr/INRIA/caml-light/bazar-ocaml/ 6MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/cristal/caml-light/bazar-ocaml/
7EXTRACT_SUFX= .tgz 7EXTRACT_SUFX= .tgz
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://pauillac.inria.fr/camlimages/ 10HOMEPAGE= http://cristal.inria.fr/camlimages/
11COMMENT= Image processing library for Objective Caml 11COMMENT= Image processing library for Objective Caml
12 12
13BUILDLINK_API_DEPENDS.ocaml+= ocaml>=3.0.6 13BUILDLINK_API_DEPENDS.ocaml+= ocaml>=3.0.6
14 14
15WRKSRC= ${WRKDIR}/camlimages-2.2 15WRKSRC= ${WRKDIR}/camlimages-2.2
16USE_PKGLOCALEDIR= yes 16USE_PKGLOCALEDIR= yes
17GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
18USE_TOOLS+= gmake 18USE_TOOLS+= gmake
19 19
20.include "../../mk/bsd.prefs.mk" 20.include "../../mk/bsd.prefs.mk"
21 21
22PLIST_SRC= ${PKGDIR}/PLIST 22PLIST_SRC= ${PKGDIR}/PLIST
23 23
24CONFIGURE_ARGS+= --with-lablgtk=${PREFIX}/lib/ocaml/lablgtk 24CONFIGURE_ARGS+= --with-lablgtk=${PREFIX}/lib/ocaml/lablgtk
25 25
26.if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "powerpc") || \ 26.if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "powerpc") || \
27 (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "x86_64") 27 (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "x86_64")
28BUILD_TARGET+= all 28BUILD_TARGET+= all
29PLIST_SRC+= ${PKGDIR}/PLIST.opt 29PLIST_SRC+= ${PKGDIR}/PLIST.opt
30.endif 30.endif
31 31
32PLIST_VARS+= dll 32PLIST_VARS+= dll
33.if ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD" || \ 33.if ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD" || \
34 ${OPSYS} == "Darwin" || ${OPSYS} == "NetBSD" 34 ${OPSYS} == "Darwin" || ${OPSYS} == "NetBSD"
35PLIST.dll= yes 35PLIST.dll= yes
36.endif 36.endif
37 37
38.include "../../lang/ocaml/buildlink3.mk" 38.include "../../lang/ocaml/buildlink3.mk"
39.include "../../graphics/jpeg/buildlink3.mk" 39.include "../../graphics/jpeg/buildlink3.mk"
40.include "../../graphics/png/buildlink3.mk" 40.include "../../graphics/png/buildlink3.mk"
41.include "../../graphics/libungif/buildlink3.mk" 41.include "../../graphics/libungif/buildlink3.mk"
42.include "../../graphics/gdk-pixbuf/buildlink3.mk" 42.include "../../graphics/gdk-pixbuf/buildlink3.mk"
43.include "../../graphics/freetype2/buildlink3.mk" 43.include "../../graphics/freetype2/buildlink3.mk"
44.include "../../x11/lablgtk1/buildlink3.mk" 44.include "../../x11/lablgtk1/buildlink3.mk"
45.include "../../x11/lablgtk/buildlink3.mk" 45.include "../../x11/lablgtk/buildlink3.mk"
46.include "../../x11/libXpm/buildlink3.mk" 46.include "../../x11/libXpm/buildlink3.mk"
47.include "../../x11/ocaml-graphics/buildlink3.mk" 47.include "../../x11/ocaml-graphics/buildlink3.mk"
48.include "../../mk/bsd.pkg.mk" 48.include "../../mk/bsd.pkg.mk"