4ff4ce2beb
PR: ports/105037 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Sponsored by: FreeBSD Bug-a-thon #2
40 lines
986 B
Makefile
40 lines
986 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.2.1
|
|
CATEGORIES= x11-fm gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
MASTER_SITE_SUBDIR= sources/gnome-commander/1.2
|
|
PKGNAMESUFFIX= 2
|
|
DIST_SUBDIR= gnome2
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= File manager for Gnome2
|
|
|
|
LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif
|
|
|
|
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"
|
|
CONFIGURE_ARGS= --without-libiptcdata
|
|
INSTALLS_OMF= yes
|
|
|
|
MAN1= gnome-commander.1
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
's|share/pixmaps|share/gnome/pixmaps|g' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|