From 56152e13dd251b354ce607e6b8e04e79e684634a Mon Sep 17 00:00:00 2001 From: ahze Date: Mon, 16 Oct 2006 23:24:05 +0000 Subject: - Update to 2.17.1 git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7810 df743ca5-7f9a-e211-a948-0013205c9059 --- archivers/file-roller/Makefile | 55 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 archivers/file-roller/Makefile (limited to 'archivers/file-roller/Makefile') diff --git a/archivers/file-roller/Makefile b/archivers/file-roller/Makefile new file mode 100644 index 000000000..e67bd5002 --- /dev/null +++ b/archivers/file-roller/Makefile @@ -0,0 +1,55 @@ +# New ports collection makefile for: fileroller +# Date created: 18 May 2002 +# Whom: Anders Nordby +# +# $FreeBSD$ +# $MCom: ports/archivers/file-roller/Makefile,v 1.104 2006/10/03 20:20:38 mezz Exp $ +# + +PORTNAME= file-roller +PORTVERSION= 2.17.1 +PORTEPOCH= 1 +CATEGORIES= archivers gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= An archive manager for zip files, tar, etc + +# XXX: We need the ports version of gtar since gtar-1.13.25 included with +# FreeBSD is not sufficient. If the base version of GNU tar is updated, then +# we can do away with this dependency. +RUN_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar + +USE_LDCONFIG= yes +USE_BZIP2= yes +USE_GETTEXT= yes +INSTALLS_OMF= yes +INSTALLS_ICONS= yes +USE_XLIB= yes +USE_GMAKE= yes +USE_GNOME= gnomeprefix intlhack gnomehack desktopfileutils nautilus2 \ + gnomedocutils +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +GCONF_SCHEMAS= file-roller.schemas + +post-patch: + @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ + ${WRKSRC}/src/fr-command-tar.c + @${FIND} ${WRKSRC} -name "fr-command-*.c" | ${XARGS} ${REINPLACE_CMD} \ + -e 's|atoll|fr_atoll|g' + +post-install: + @-update-desktop-database +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} +.for f in AUTHORS NEWS README TODO + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +.endfor +.endif + +.include -- cgit v1.2.3