Sun Jun 1 11:18:52 2008 UTC ()
Update home page URL.


(tron)
diff -r1.44 -r1.45 pkgsrc/graphics/imlib2/Makefile

cvs diff -r1.44 -r1.45 pkgsrc/graphics/imlib2/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/imlib2/Makefile 2007/11/17 01:40:50 1.44
+++ pkgsrc/graphics/imlib2/Makefile 2008/06/01 11:18:52 1.45
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# $NetBSD: Makefile,v 1.44 2007/11/17 01:40:50 obache Exp $ 1# $NetBSD: Makefile,v 1.45 2008/06/01 11:18:52 tron Exp $
2 2
3DISTNAME= imlib2-1.4.0 3DISTNAME= imlib2-1.4.0
4PKGREVISION= 1 4PKGREVISION= 1
5CATEGORIES= graphics 5CATEGORIES= graphics
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/}
7 7
8MAINTAINER= rh@NetBSD.org 8MAINTAINER= rh@NetBSD.org
9HOMEPAGE= http://www.enlightenment.org/Libraries/Imlib2/ 9HOMEPAGE= http://docs.enlightenment.org/api/imlib2/html/
10COMMENT= Image manipulation library 10COMMENT= Image manipulation library
11 11
12PKG_DESTDIR_SUPPORT= user-destdir 12PKG_DESTDIR_SUPPORT= user-destdir
13 13
14USE_TOOLS+= pkg-config 14USE_TOOLS+= pkg-config
15USE_LIBTOOL= YES 15USE_LIBTOOL= YES
16GNU_CONFIGURE= YES 16GNU_CONFIGURE= YES
17 17
18PKGCONFIG_OVERRIDE= imlib2.pc.in 18PKGCONFIG_OVERRIDE= imlib2.pc.in
19 19
20LIBS.SunOS+= -lm 20LIBS.SunOS+= -lm
21 21
22.include "../../mk/bsd.prefs.mk" 22.include "../../mk/bsd.prefs.mk"