summaryrefslogtreecommitdiffstats
path: root/devel/desktop-file-utils/Makefile
blob: 73a1c8fae95ed1fd8b4a2a76b3f7144ff97ef307 (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
 New ports collection makefile for: desktop-file-utils
# Date created:         11 Jun 2004
# Whom:             Jean-Yves Lefort <jylefort@brutele.be>
#
# $FreeBSD$
#   $MCom: ports/devel/desktop-file-utils/Makefile,v 1.10 2012/01/17 16:13:53 ahze Exp $
#

PORTNAME=   desktop-file-utils
PORTVERSION=    0.19
CATEGORIES= devel
MASTER_SITES=   http://freedesktop.org/software/${PORTNAME}/releases/

MAINTAINER= gnome@FreeBSD.org
COMMENT=    A couple of command line utilities for working with desktop entries

USE_GNOME=  glib20 pkgconfig
USE_XZ=     yes
USE_GETTEXT=    yes
USE_GMAKE=  yes
WANT_GNOME= yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --without-lispdir
CONFIGURE_ENV=  EMACS="no"
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

MAN1=       desktop-file-edit.1 desktop-file-install.1 \
        desktop-file-validate.1 update-desktop-database.1

PKGINSTALL= ${WRKDIR}/pkg-install
PKGDEINSTALL=   ${WRKDIR}/pkg-deinstall

PORT_MIMEDIRS=  ${LOCALBASE}/share/applications

MIMEDIRS=   ${PORT_MIMEDIRS}

RMDIRS=     ${PORT_MIMEDIRS}

post-patch:
    @${SED} -e 's|%%MIMEDIRS%%|${MIMEDIRS}| ;\
        s|%%RMDIRS%%|${RMDIRS}| ; \
        s|%%PORT_MIMEDIRS%%|${PORT_MIMEDIRS}|' \
        < ${FILESDIR}/pkg-deinstall.in > ${PKGDEINSTALL}
    @${SED} -e 's|%%PORT_MIMEDIRS%%|${PORT_MIMEDIRS}|' \
        < ${FILESDIR}/pkg-install.in > ${PKGINSTALL}

post-install:
    ${INSTALL_DATA} ${WRKSRC}/misc/desktop-entry-mode.el \
            ${PREFIX}/share/emacs/site-lisp/desktop-entry-mode.el
.if !defined(PACKAGE_BUILDING)
    @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.endif

.include <bsd.port.mk>