summaryrefslogtreecommitdiffstats
path: root/archivers/file-roller/Makefile
blob: 6afae7d0df77b059a6f99ef9cd979c2672f6215e (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
# New ports collection makefile for:    fileroller
# Date created:             18 May 2002
# Whom:                 Anders Nordby <anders@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   fileroller
PORTVERSION=    2.9.0
PORTEPOCH=  1
CATEGORIES= archivers gnome
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/file-roller/2.9
DISTNAME=   file-roller-${PORTVERSION}
DIST_SUBDIR=    gnome2

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

USE_BZIP2=  yes
INSTALLS_OMF=   yes
USE_X_PREFIX=   yes
USE_GMAKE=  yes
USE_GNOME=  gnomeprefix intlhack gnomehack libgnomeui desktopfileutils
USE_LIBTOOL_VER=15
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

GCONF_SCHEMAS=  file-roller.schemas

post-install:
    @${X11BASE}/bin/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>
pare the upgradeantoine2014-12-261-1/+1 * - Drop @dirrm* from plistamdmi32014-10-031-7/+0 * comms/lirc:tijl2014-08-111-1/+1 * - Convert USE_GNOME=desktopfileutils to USESamdmi32014-05-081-2/+2 * - Chase libexiv2.so shlib version bump after r350163danfe2014-04-051-2/+3 * - Remove DOCS, NLS and EXAMPLES from OPTIONS_DEFAULT in my ports, as suggeste...amdmi32013-12-171-1/+1 * - Remove manual creation and removal of share/applications, as it's now in th...amdmi32013-10-221-1/+0 * - Support stagingamdmi32013-09-252-38/+16 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * Add an explicit dependency on pkgconfbapt2013-09-031-2/+1 * Add an explicit dependency on pkgconfbapt2013-09-031-1/+1 * - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0