[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / sysutils / gnome-commander

File: [cvs.NetBSD.org] / pkgsrc / sysutils / gnome-commander / Attic / Makefile (download)

Revision 1.46, Mon Jun 3 10:05:58 2013 UTC (10 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.45: +2 -2 lines

Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.

While doing that, also bump freetype2 dependency to current pkgsrc
version.

Suggested by tron in PR 47882

# $NetBSD: Makefile,v 1.46 2013/06/03 10:05:58 wiz Exp $
#

DISTNAME=		gnome-commander-1.2.8.15
PKGREVISION=		18
CATEGORIES=		sysutils
MASTER_SITES=		${MASTER_SITE_GNOME:=sources/gnome-commander/1.2/}
EXTRACT_SUFX=		.tar.xz

MAINTAINER=		pkgsrc@blackmouse.biz
HOMEPAGE=		http://www.nongnu.org/gcmd/
COMMENT=	GNOME Commander is a fast and powerful graphical filemanager

USE_LANGUAGES=		c c++
USE_PKGLOCALEDIR=	yes
USE_LIBTOOL=		yes
GNU_CONFIGURE=		yes
USE_TOOLS+=		gmake intltool msgfmt pkg-config perl

#Problem with heimdal, on which this package depends via another packages.
#Simple solution is delete link to fnmatch.h from work directory of package
#after make configure like this:
pre-build:
	${RM} -f ${WRKDIR}/.buildlink/include/krb5/fnmatch.h

PLIST_SRC+=		${PKGDIR}/PLIST

.include "options.mk"

.include "../../x11/gtk2/buildlink3.mk"
.include "../../sysutils/gnome-vfs/buildlink3.mk"
.include "../../devel/libgnome/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
.include "../../mk/omf-scrollkeeper.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"