freebsd-ports/x11-fm/gnome-commander/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

41 lines
932 B
Makefile

# New ports collection makefile for: gnomem-commander
# Date created: 23 April 2002
# Whom: Edgardo Garcia Hoeffler <edybsd@yahoo.com.ar>
#
# $FreeBSD$
#
PORTNAME= gnome-commander
PORTVERSION= 1.0.1
PORTREVISION= 6
CATEGORIES= x11-fm gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-commander/1.0/
MAINTAINER= ports@FreeBSD.org
COMMENT= File manager for Gnome
.if defined(WITH_FAM)
LIB_DEPENDS= fam.0:${PORTSDIR}/devel/fam
.else
CONFIGURE_ARGS= --without-fam
.endif
CONFLICTS= gnome-commander2-*
USE_GMAKE= yes
USE_BZIP2= yes
USE_GNOME= gnomeprefix gnomehack gnometarget gnomevfs gnomelibs gdkpixbuf
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lintl"
pre-everything::
.if !defined(WITH_FAM)
@${ECHO} ""
@${ECHO} " Define WITH_FAM to add support for the"
@${ECHO} " 'file alteration monitor' fam"
@${ECHO} ""
.endif
.include <bsd.port.mk>