117322ad16
Mark packages that don't or might probably not have staged installation.
25 lines
786 B
Makefile
25 lines
786 B
Makefile
# $NetBSD: Makefile,v 1.7 2012/10/03 18:15:31 asau 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
|
|
|
|
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"
|