summaryrefslogtreecommitdiffstats
path: root/archivers/file-roller/Makefile
blob: e710443e842a4e3c259a526b1ea1907a7570209c (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Created by: Anders Nordby <anders@FreeBSD.org>
# $FreeBSD$
#   $MCom$

PORTNAME=   file-roller
PORTVERSION=    3.12.2
PORTREVISION=   1
PORTEPOCH=  1
CATEGORIES= archivers gnome
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome3

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Archive manager for zip files, tar, etc

BUILD_DEPENDS=  itstool:${PORTSDIR}/textproc/itstool
RUN_DEPENDS=    gtar:${PORTSDIR}/archivers/gtar \
            unzip:${PORTSDIR}/archivers/unzip

USES=       desktop-file-utils gettext gmake libtool \
        pathfix pkgconfig tar:xz
USE_GNOME=  gnomeprefix gtk30 intlhack introspection:build
USE_XORG=   sm
INSTALLS_ICONS= yes
USE_LDCONFIG=   yes
GNU_CONFIGURE=  yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib
CONFIGURE_ARGS= --disable-packagekit
INSTALL_TARGET= install-strip

PORTDOCS=   AUTHORS NEWS README TODO ChangeLog
GLIB_SCHEMAS=   org.gnome.FileRoller.gschema.xml

OPTIONS_SUB=    yes
OPTIONS_DEFINE= NAUTILUS
OPTIONS_DEFAULT=NAUTILUS
NAUTILUS_DESC=  Enable Nautilus extension
NAUTILUS_USE=   GNOME=nautilus3
NAUTILUS_CONFIGURE_ENABLE=  nautilus-actions

post-patch:
    @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
        ${WRKSRC}/src/fr-command-tar.c \
        ${WRKSRC}/src/fr-command-zip.c

.include <bsd.port.options.mk>

post-install:
.if ${PORT_OPTIONS:MDOCS}
    ${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
    ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}/${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>