summaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2004-01-28 19:39:24 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2004-01-28 19:39:24 +0000
commit1dc2359f65b59f2a940055cd89be97c0056caa19 (patch)
tree0404acdf6b50d246237680a37ec9477a7608e6d3 /x11-fm
parentSpeling 8P (diff)
Add proper configure target by merging patch from ports/62034.
PR: 62034 Submitted by: Ulrich Spoerlein <q@uni.de>
Notes
Notes: svn path=/head/; revision=99334
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/rox-filer/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/x11-fm/rox-filer/Makefile b/x11-fm/rox-filer/Makefile
index 557e69bf7d9d..ddc8b24e8233 100644
--- a/x11-fm/rox-filer/Makefile
+++ b/x11-fm/rox-filer/Makefile
@@ -6,6 +6,7 @@
PORTNAME= rox
PORTVERSION= 2.1.1
+PORTREVISION= 1
CATEGORIES= x11-fm gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= rox
@@ -18,7 +19,10 @@ COMMENT= A simple and easy to use graphical file manager
RUN_DEPENDS= ${LOCALBASE}/share/mime/packages/freedesktop.org.xml:${PORTSDIR}/misc/shared-mime-info
PLIST_SUB+= LOCALBASE=${LOCALBASE}
+
USE_GNOME= gtk20 pkgconfig libxml2 gnomevfs2
+USE_AUTOCONF= yes
+HAS_CONFIGURE= yes
MAN1= rox.1
@@ -32,9 +36,10 @@ BINARIES= FreeBSD-${ARCH}
PLIST_SUB= BINARIES="${BINARIES}"
-do-build:
- # Run the custom build procedure
- @cd ${WRKSRC} && GTK_CONFIG=${GTK_CONFIG} GLIB_CONFIG=${GLIB_CONFIG} ROX-Filer/AppRun --compile
+CONFIGURE_ARGS= --enable-rox --with-platform=${BINARIES}
+CONFIGURE_WRKSRC= ${WRKSRC}/ROX-Filer/src
+BUILD_WRKSRC= ${CONFIGURE_WRKSRC}
+ALL_TARGET=
do-install:
@${MKDIR} ${PREFIX}/apps/ROX-Filer