summaryrefslogtreecommitdiffstats
path: root/archivers/file-roller/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-06-16 18:59:08 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-06-16 18:59:08 +0800
commit7e48682a374a737541162dee5237d0223cbb3148 (patch)
treec446df92c7b29d9897e2266854883979d8314669 /archivers/file-roller/Makefile
parent01a63affb5af956a749b41a35d82bc34c133bbb4 (diff)
downloadmarcuscom-ports-7e48682a374a737541162dee5237d0223cbb3148.tar
marcuscom-ports-7e48682a374a737541162dee5237d0223cbb3148.tar.gz
marcuscom-ports-7e48682a374a737541162dee5237d0223cbb3148.tar.bz2
marcuscom-ports-7e48682a374a737541162dee5237d0223cbb3148.tar.lz
marcuscom-ports-7e48682a374a737541162dee5237d0223cbb3148.tar.xz
marcuscom-ports-7e48682a374a737541162dee5237d0223cbb3148.tar.zst
marcuscom-ports-7e48682a374a737541162dee5237d0223cbb3148.zip
Update to 2.27.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12385 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..531dfaec9
--- /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$
+# $MCom$
+#
+
+PORTNAME= file-roller
+PORTVERSION= 2.27.1
+PORTEPOCH= 1
+CATEGORIES= archivers gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= An archive manager for zip files, tar, etc
+
+RUN_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar
+
+USE_LDCONFIG= yes
+USE_BZIP2= yes
+USE_GETTEXT= yes
+INSTALLS_OMF= yes
+INSTALLS_ICONS= 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>