mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
29 lines
706 B
Makefile
29 lines
706 B
Makefile
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xdg-utils
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://portland.freedesktop.org/download/
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Tools to allow all applications to integrate with the free desktop
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= minixmlto:textproc/minixmlto
|
|
RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme \
|
|
xprop:x11/xprop \
|
|
xset:x11/xset
|
|
|
|
USES= gmake
|
|
CONFIGURE_ENV= XMLTO=${LOCALBASE}/bin/minixmlto
|
|
GNU_CONFIGURE= yes
|
|
NO_ARCH= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
|
|
${WRKSRC}/scripts/xdg-*
|
|
|
|
.include <bsd.port.mk>
|