summaryrefslogtreecommitdiffstats
path: root/archivers/file-roller/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2005-05-18 02:19:29 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2005-05-18 02:19:29 +0800
commit2e472b52852fc9dfdae48ea3460236df77cf2476 (patch)
tree6f320c7036e1307e3b545c9fa84341b2ab993c8b /archivers/file-roller/Makefile
parente17eaa744624bec18c715724efb41768f6b94923 (diff)
downloadmarcuscom-ports-2e472b52852fc9dfdae48ea3460236df77cf2476.tar
marcuscom-ports-2e472b52852fc9dfdae48ea3460236df77cf2476.tar.gz
marcuscom-ports-2e472b52852fc9dfdae48ea3460236df77cf2476.tar.bz2
marcuscom-ports-2e472b52852fc9dfdae48ea3460236df77cf2476.tar.lz
marcuscom-ports-2e472b52852fc9dfdae48ea3460236df77cf2476.tar.xz
marcuscom-ports-2e472b52852fc9dfdae48ea3460236df77cf2476.tar.zst
marcuscom-ports-2e472b52852fc9dfdae48ea3460236df77cf2476.zip
Add and update to 2.11.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3976 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'archivers/file-roller/Makefile')
-rw-r--r--archivers/file-roller/Makefile50
1 files changed, 50 insertions, 0 deletions
diff --git a/archivers/file-roller/Makefile b/archivers/file-roller/Makefile
new file mode 100644
index 000000000..9a2f94ff8
--- /dev/null
+++ b/archivers/file-roller/Makefile
@@ -0,0 +1,50 @@
+# New ports collection makefile for: fileroller
+# Date created: 18 May 2002
+# Whom: Anders Nordby <anders@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= fileroller
+PORTVERSION= 2.11.1
+PORTEPOCH= 1
+CATEGORIES= archivers gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/file-roller/2.11
+DISTNAME= file-roller-${PORTVERSION}
+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_BZIP2= yes
+INSTALLS_OMF= yes
+USE_X_PREFIX= yes
+USE_REINPLACE= yes
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix intlhack gnomehack desktopfileutils nautilus2
+USE_LIBTOOL_VER=15
+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
+
+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>