aboutsummaryrefslogtreecommitdiff
path: root/archivers/xarchiver/Makefile
blob: f1a6a8312de86af4329ada1ed7e4017b8f1bb2f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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>