aboutsummaryrefslogtreecommitdiffstats
path: root/devel/xdg-utils/Makefile
blob: b081042bbfa718d6ad0f3e86feb755ac9743264c (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
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
#    $MCom: ports/trunk/devel/xdg-utils/Makefile 18656 2013-08-22 09:09:28Z kwm $

PORTNAME=   xdg-utils
PORTVERSION=    1.0.2.${SNAPDATE}
PORTREVISION=   1
CATEGORIES= devel
#MASTER_SITES=  http://portland.freedesktop.org/download/
MASTER_SITES=   LOCAL/kwm
DISTNAME=   ${PORTNAME}-${PORTVERSION}

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Tools to allow all applications to integrate with the free desktop

RUN_DEPENDS=    ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \
        xprop:${PORTSDIR}/x11/xprop \
        xset:${PORTSDIR}/x11/xset

SNAPDATE=   20130919
USE_XZ=     yes
GNU_CONFIGURE=  yes

post-patch:
    @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
        ${WRKSRC}/scripts/xdg-*

.include <bsd.port.mk>