summaryrefslogtreecommitdiffstats
path: root/archivers/file-roller/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-17 07:24:05 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-17 07:24:05 +0800
commit56152e13dd251b354ce607e6b8e04e79e684634a (patch)
treed7713a33223e23f0784d7546a5df8a95a78e406e /archivers/file-roller/Makefile
parent98be8846e44d768a6c461a8309ad331c5adb9d6b (diff)
downloadmarcuscom-ports-56152e13dd251b354ce607e6b8e04e79e684634a.tar
marcuscom-ports-56152e13dd251b354ce607e6b8e04e79e684634a.tar.gz
marcuscom-ports-56152e13dd251b354ce607e6b8e04e79e684634a.tar.bz2
marcuscom-ports-56152e13dd251b354ce607e6b8e04e79e684634a.tar.lz
marcuscom-ports-56152e13dd251b354ce607e6b8e04e79e684634a.tar.xz
marcuscom-ports-56152e13dd251b354ce607e6b8e04e79e684634a.tar.zst
marcuscom-ports-56152e13dd251b354ce607e6b8e04e79e684634a.zip
- Update to 2.17.1
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7810 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'archivers/file-roller/Makefile')
-rw-r--r--archivers/file-roller/Makefile55
1 files changed, 55 insertions, 0 deletions
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 <anders@FreeBSD.org>
+#
+# $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 <bsd.port.mk>