Thu Jul 30 16:44:07 2009 UTC ()
Needs msgfmt.


(hasso)
diff -r1.1.1.1 -r1.2 pkgsrc/sysutils/gnome-commander/Makefile

cvs diff -r1.1.1.1 -r1.2 pkgsrc/sysutils/gnome-commander/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/gnome-commander/Attic/Makefile 2009/07/23 15:29:22 1.1.1.1
+++ pkgsrc/sysutils/gnome-commander/Attic/Makefile 2009/07/30 16:44:07 1.2
@@ -1,30 +1,30 @@ @@ -1,30 +1,30 @@
1# $NetBSD: Makefile,v 1.1.1.1 2009/07/23 15:29:22 drochner Exp $ 1# $NetBSD: Makefile,v 1.2 2009/07/30 16:44:07 hasso Exp $
2# 2#
3 3
4DISTNAME= gnome-commander-1.2.8 4DISTNAME= gnome-commander-1.2.8
5CATEGORIES= sysutils 5CATEGORIES= sysutils
6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-commander/1.2/} 6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-commander/1.2/}
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= pkgsrc@blackmouse.biz 9MAINTAINER= pkgsrc@blackmouse.biz
10HOMEPAGE= http://www.nongnu.org/gcmd/ 10HOMEPAGE= http://www.nongnu.org/gcmd/
11COMMENT= GNOME Commander is a fast and powerful graphical filemanager 11COMMENT= GNOME Commander is a fast and powerful graphical filemanager
12 12
13USE_LANGUAGES= c c++ 13USE_LANGUAGES= c c++
14USE_PKGLOCALEDIR= yes 14USE_PKGLOCALEDIR= yes
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
17USE_TOOLS+= gmake intltool pkg-config perl 17USE_TOOLS+= gmake intltool msgfmt pkg-config perl
18PKG_DESTDIR_SUPPORT= user-destdir 18PKG_DESTDIR_SUPPORT= user-destdir
19 19
20#Problem with heimdal, on which this package depends via another packages. 20#Problem with heimdal, on which this package depends via another packages.
21#Simple solution is delete link to fnmatch.h from work directory of package 21#Simple solution is delete link to fnmatch.h from work directory of package
22#after make configure like this: 22#after make configure like this:
23pre-build: 23pre-build:
24 ${RM} -f ${WRKDIR}/.buildlink/include/krb5/fnmatch.h 24 ${RM} -f ${WRKDIR}/.buildlink/include/krb5/fnmatch.h
25 25
26PLIST_SRC+= ${PKGDIR}/PLIST 26PLIST_SRC+= ${PKGDIR}/PLIST
27 27
28.include "options.mk" 28.include "options.mk"
29 29
30.include "../../x11/gtk2/buildlink3.mk" 30.include "../../x11/gtk2/buildlink3.mk"