freebsd-ports/x11-fm/rox-filer/Makefile
Ade Lovett 3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00

56 lines
1.7 KiB
Makefile

# New ports collection makefile for: rox-filer
# Date created: 13 November 2000
# Whom: Jimmy Olgeni <olgeni@uli.it>
#
# $FreeBSD$
PORTNAME= rox
PORTVERSION= 2.1.1
PORTREVISION= 2
CATEGORIES= x11-fm gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= rox
DISTNAME= rox-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= olgeni@FreeBSD.org
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_VER= 213
HAS_CONFIGURE= yes
MAN1= rox.1
.include <bsd.port.pre.mk>
.if (${ARCH} == "i386")
BINARIES= FreeBSD-ix86
.else
BINARIES= FreeBSD-${ARCH}
.endif
PLIST_SUB= BINARIES="${BINARIES}"
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
@cd ${WRKSRC}/ROX-Filer && ${CP} -r .DirIcon Action.png Action-it.png AppInfo.xml AppRun ${BINARIES} Help Messages Options.xml ROX images style.css ${PREFIX}/apps/ROX-Filer
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/apps/ROX-Filer
@cd ${WRKSRC} && ${CP} -r Choices ${PREFIX}/share/
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/Choices
@${CAT} ${FILESDIR}/rox | ${SED} -e "s|%%PREFIX%%|${PREFIX}|" > ${PREFIX}/bin/rox
@${CHMOD} 755 ${PREFIX}/bin/rox
@${INSTALL_MAN} ${WRKSRC}/rox.1 ${PREFIX}/man/man1
@${INSTALL_DATA} ${WRKSRC}/rox.xml ${PREFIX}/share/mime/packages
@${LOCALBASE}/bin/update-mime-database ${PREFIX}/share/mime
.include <bsd.port.post.mk>