Changes: * Updated translations * Updated English manual and translated it to Portuguese * Fixed bugs: - When checking if the user could write to a certain directory all the groups the user was in where not checked so it was possible to write while the application said otherwise. - Spec file rewrote to be more correct, thanks to Gregory Leblanc <gleblanc@linuxweasel.com>
23 lines
512 B
Makefile
23 lines
512 B
Makefile
# $NetBSD: Makefile,v 1.12 2002/04/29 17:05:06 magick Exp $
|
|
|
|
DISTNAME= gtm-0.4.11
|
|
|
|
CATEGORIES= net gnome
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtm/}
|
|
|
|
MAINTAINER= magick@zhadum.de
|
|
HOMEPAGE= http://gtm.sourceforge.net/
|
|
COMMENT= Gnome Transfer Manager
|
|
|
|
DEPENDS+= gnome-core>=1.4.0.4nb1:../../x11/gnome-core
|
|
DEPENDS+= wget-[0-9]*:../../net/wget
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_X11BASE= YES
|
|
USE_GMAKE= YES
|
|
USE_LIBINTL= YES
|
|
|
|
#post-install:
|
|
# ${RMDIR} ${PREFIX}/share/gnome/help/gtm/C/images
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|