freebsd-ports/archivers/xarchiver/Makefile
Edwin Groothuis 6527ef2070 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 13:08:29 +00:00

28 lines
568 B
Makefile

# New ports collection makefile for: xarchiver
# Date created: 27 Mart 2008
# Whom: Andreev Maxim
#
# $FreeBSD$
#
PORTNAME= xarchiver
PORTVERSION= 0.4.6
PORTREVISION= 1
CATEGORIES= archivers
MASTER_SITES= SF
MAINTAINER= andreevmaxim@gmail.com
COMMENT= Desktop-agnostic GTK+2 frontend to various archiving tools
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= glib20 gtk20 intltool pkgconfig
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
post-patch:
.if defined(NOPORTDOCS)
${REINPLACE_CMD} -e 's|doc||g' ${WRKSRC}/Makefile.in
.endif
.include <bsd.port.mk>