summaryrefslogblamecommitdiffstats
path: root/devel/desktop-file-utils/Makefile
blob: 0bf64d7fe51ef2e4f43328884c3fbc81c0d82852 (plain) (tree)
1
2
3
4
5
6
7
8
9
10




                                                                      
                                                                                         



                                          
                         

















                                                                                           
                                                       




















                                                                                   
# 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.5 2007/04/28 07:59:02 marcus Exp $
#

PORTNAME=       desktop-file-utils
PORTVERSION=        0.12
PORTREVISION=       2
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

LIB_DEPENDS=        popt:${PORTSDIR}/devel/popt

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

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>