2013-01-08 19:47:03 +01:00
|
|
|
# Created by: Edgardo Garcia Hoeffler <edybsd@yahoo.com.ar>
|
2002-04-29 20:17:12 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gnome-commander
|
2013-01-08 19:47:03 +01:00
|
|
|
PORTVERSION= 1.2.8.15
|
2013-03-14 09:17:39 +01:00
|
|
|
PORTREVISION= 1
|
2008-04-29 14:49:30 +02:00
|
|
|
PORTEPOCH= 1
|
2002-04-29 20:17:12 +02:00
|
|
|
CATEGORIES= x11-fm gnome
|
2008-08-19 20:26:04 +02:00
|
|
|
MASTER_SITES= GNOME
|
2006-09-28 19:01:46 +02:00
|
|
|
MASTER_SITE_SUBDIR= sources/gnome-commander/1.2
|
2004-06-16 10:02:05 +02:00
|
|
|
PKGNAMESUFFIX= 2
|
|
|
|
DIST_SUBDIR= gnome2
|
2002-04-29 20:17:12 +02:00
|
|
|
|
2009-11-06 23:22:56 +01:00
|
|
|
MAINTAINER= sylvio@FreeBSD.org
|
2004-06-16 10:02:05 +02:00
|
|
|
COMMENT= File manager for Gnome2
|
2002-04-29 20:17:12 +02:00
|
|
|
|
2011-12-09 01:22:39 +01:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2006-12-21 23:13:34 +01:00
|
|
|
LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \
|
2007-05-27 17:25:47 +02:00
|
|
|
exif.12:${PORTSDIR}/graphics/libexif \
|
2006-12-21 23:13:34 +01:00
|
|
|
iptcdata.3:${PORTSDIR}/graphics/libiptcdata
|
2006-11-05 01:03:40 +01:00
|
|
|
|
2009-07-14 19:32:52 +02:00
|
|
|
CONFLICTS= gnome-commander-[0-9]*
|
2004-06-15 04:31:13 +02:00
|
|
|
|
2013-01-08 19:47:03 +01:00
|
|
|
USE_XZ= yes
|
2011-08-11 21:20:17 +02:00
|
|
|
USE_GNOME= gnomedocutils gnomehack gnomeprefix intlhack libgnomeui
|
2002-04-29 20:17:12 +02:00
|
|
|
USE_GMAKE= yes
|
2009-07-14 19:32:52 +02:00
|
|
|
USE_LDCONFIG= yes
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool autoconf:env aclocal:env automake:env
|
2008-08-19 03:46:00 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2006-09-28 19:01:46 +02:00
|
|
|
INSTALLS_OMF= yes
|
|
|
|
|
|
|
|
MAN1= gnome-commander.1
|
|
|
|
|
2008-08-19 03:46:00 +02:00
|
|
|
pre-configure:
|
|
|
|
cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${AUTORECONF} -W none
|
2007-12-19 00:24:55 +01:00
|
|
|
|
2009-07-14 19:32:52 +02:00
|
|
|
.if defined(WITHOUT_NLS)
|
|
|
|
CONFIGURE_ARGS+=--disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
.else
|
2013-04-24 20:10:30 +02:00
|
|
|
USES+= gettext
|
2009-07-14 19:32:52 +02:00
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
.endif
|
|
|
|
|
2008-08-19 03:46:00 +02:00
|
|
|
.include <bsd.port.mk>
|