1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/x11-fm/gnome-commander2/Makefile
Marcelo Araujo 9698a97592 - Add patch to prevent a crashed when allocate dynamic memory. [1]
- Change BROKEN message to better show the problem.
- Bump PORTREVISION.

Submitted by:	Jens Rehsack <rehsack@web.de> [1]
Approved by:	stas (mentor, implicit)
Obtained from:	http://bugzilla.gnome.org/show_bug.cgi?id=468685
2008-01-06 15:20:58 +00:00

45 lines
1.1 KiB
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.2.4
PORTREVISION= 2
CATEGORIES= x11-fm gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-commander/1.2
PKGNAMESUFFIX= 2
DIST_SUBDIR= gnome2
MAINTAINER= araujo@FreeBSD.org
COMMENT= File manager for Gnome2
LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \
exif.12:${PORTSDIR}/graphics/libexif \
iptcdata.3:${PORTSDIR}/graphics/libiptcdata
CONFLICTS= gnome-commander-*
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GNOME= gnomedocutils gnomehack gnomeprefix gnometarget intlhack libgnomeui
USE_GCC= 3.4+
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
INSTALLS_OMF= yes
MAN1= gnome-commander.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700000 && ${ARCH} == "amd64"
BROKEN= Does not run on amd64 and 7.X or greater
.endif
.include <bsd.port.post.mk>