2006-09-03 17:06:51 +02:00
|
|
|
# New ports collection makefile for: xdg-utils
|
|
|
|
# Date created: 2006-07-02
|
|
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2006-10-31 00:52:39 +01:00
|
|
|
# $MCom: ports-stable/devel/xdg-utils/Makefile,v 1.1 2006/10/27 20:43:38 ahze Exp $
|
2006-10-15 07:46:52 +02:00
|
|
|
#
|
2006-09-03 17:06:51 +02:00
|
|
|
|
|
|
|
PORTNAME= xdg-utils
|
2006-10-15 07:46:52 +02:00
|
|
|
PORTVERSION= 1.0
|
2006-10-31 00:52:39 +01:00
|
|
|
PORTREVISION= 1
|
2006-09-03 17:06:51 +02:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= http://portland.freedesktop.org/download/
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= Tools to allow all applications to integrate with the free desktop
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
XDG_FILES= xdg-desktop-icon \
|
|
|
|
xdg-desktop-menu \
|
|
|
|
xdg-email \
|
|
|
|
xdg-icon-resource \
|
|
|
|
xdg-mime \
|
|
|
|
xdg-open \
|
|
|
|
xdg-screensaver
|
|
|
|
|
|
|
|
.for file in ${XDG_FILES}
|
|
|
|
PLIST_FILES+= bin/${file}
|
|
|
|
MAN1+= ${file}.1
|
|
|
|
.endfor
|
|
|
|
|
2006-10-31 00:52:39 +01:00
|
|
|
pre-patch:
|
|
|
|
@${RM} -f ${WRKSRC}/*/*.orig
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
|
|
|
|
${WRKSRC}/scripts/xdg-*
|
|
|
|
|
2006-09-03 17:06:51 +02:00
|
|
|
.include <bsd.port.mk>
|