e8d8834f6a
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
22 lines
573 B
Makefile
22 lines
573 B
Makefile
# $NetBSD: Makefile,v 1.7 2010/06/13 22:45:23 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= gnome-vfs-monikers-2.15.3
|
|
PKGREVISION= 5
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-vfs-monikers/2.15/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= VFS namespace moniker for Bonobo
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= intltool pkg-config gmake
|
|
|
|
.include "../../sysutils/gnome-vfs/buildlink3.mk"
|
|
.include "../../devel/libbonobo/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|