2002-04-29 20:17:12 +02:00
|
|
|
# New ports collection makefile for: gnomem-commander
|
|
|
|
# Date created: 23 April 2002
|
|
|
|
# Whom: Edgardo Garcia Hoeffler <edybsd@yahoo.com.ar>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gnome-commander
|
2002-06-19 19:35:17 +02:00
|
|
|
PORTVERSION= 0.9.7
|
2002-04-29 20:17:12 +02:00
|
|
|
CATEGORIES= x11-fm gnome
|
2002-06-19 19:35:17 +02:00
|
|
|
MASTER_SITES= http://freesoftware.fsf.org/download/gcmd/gcmd.pkg/0.9.7/
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-2
|
2002-04-29 20:17:12 +02:00
|
|
|
|
|
|
|
MAINTAINER= edybsd@yahoo.com.ar
|
2003-02-21 15:08:24 +01:00
|
|
|
COMMENT= File manager for Gnome
|
2002-04-29 20:17:12 +02:00
|
|
|
|
2002-06-19 19:35:17 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
2002-04-29 20:17:12 +02:00
|
|
|
.if defined(WITH_FAM)
|
2002-06-19 19:35:17 +02:00
|
|
|
LIB_DEPENDS= fam.0:${PORTSDIR}/devel/fam
|
2002-04-29 20:17:12 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2002-09-18 20:56:52 +02:00
|
|
|
USE_GNOME= gnomeprefix gnomehack gnomevfs gnomelibs gdkpixbuf
|
2002-06-19 21:52:00 +02:00
|
|
|
USE_REINPLACE= yes
|
2002-04-29 20:17:12 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2002-12-05 23:44:42 +01:00
|
|
|
WANT_AUTOMAKE_VER= 14
|
2002-06-19 19:35:17 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib -lintl"
|
2002-04-29 20:17:12 +02:00
|
|
|
|
2002-07-28 22:38:37 +02:00
|
|
|
post-patch:
|
2002-06-19 19:35:17 +02:00
|
|
|
.for AM in config.sub config.guess install-sh missing mkinstalldirs
|
2002-12-20 11:40:08 +01:00
|
|
|
${LN} -fs ${AUTOMAKE_DIR}/${AM} ${WRKSRC}/${AM}
|
2002-06-19 19:35:17 +02:00
|
|
|
.endfor
|
2002-07-28 22:38:37 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' \
|
2002-06-19 19:35:17 +02:00
|
|
|
${WRKSRC}/src/gnome-cmd-data.c
|
2002-04-29 20:17:12 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|