1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/x11-fm/gnome-commander/Makefile
Ade Lovett fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +00:00

43 lines
988 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= 3
CATEGORIES= x11-fm gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-commander/1.0/
MAINTAINER= rehsack@liwing.de
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_X_PREFIX= yes
USE_GMAKE= yes
USE_BZIP2= yes
USE_GNOME= gnomeprefix gnomehack gnometarget gnomevfs gnomelibs gdkpixbuf
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/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>