41f92d5420
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
27 lines
831 B
Makefile
27 lines
831 B
Makefile
# $NetBSD: Makefile,v 1.6 2010/06/13 22:47:11 thomasklausner Exp $
|
|
#
|
|
|
|
DISTNAME= nautilus-image-converter-0.3.0
|
|
PKGREVISION= 3
|
|
CATEGORIES= sysutils graphics gnome
|
|
MASTER_SITES= ftp://ftp.gnome.org/pub/gnome/sources/nautilus-image-converter/0.3/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc.gnome@gmail.com
|
|
HOMEPAGE= http://www.bitron.ch/software/nautilus-image-converter.php
|
|
COMMENT= Nautilus extension to mass resize or rotate images
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= pkg-config perl intltool gmake
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/libglade/buildlink3.mk"
|
|
.include "../../graphics/ImageMagick/buildlink3.mk"
|
|
.include "../../sysutils/nautilus/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|