openbsd-ports/devel/xdg-utils/Makefile

45 lines
1.1 KiB
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $OpenBSD: Makefile,v 1.23 2013/03/11 10:50:32 espie Exp $
2009-02-09 08:32:10 -05:00
# Does _not_ depend on desktop-file-utils, hicolor-icon-theme,
# gtk-update-icon-cache, shared-mime-info... on purpose as it should
# only use whatever is available on the system at runtime.
COMMENT= utilities to assist desktop integration tasks
DISTNAME= xdg-utils-1.1.0-rc1
PKGNAME= xdg-utils-1.1.0rc1
REVISION= 3
CATEGORIES= devel
HOMEPAGE= http://portland.freedesktop.org/wiki/
2009-07-12 16:28:41 -04:00
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# MIT
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= http://portland.freedesktop.org/download/
NO_BUILD= Yes
2013-03-11 06:50:00 -04:00
NO_TEST= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= ac_cv_path_XMLTO=""
pre-configure:
${SUBST_CMD} \
${WRKSRC}/scripts/xdg-desktop-menu \
${WRKSRC}/scripts/xdg-icon-resource \
${WRKSRC}/scripts/xdg-mime \
${WRKSRC}/scripts/xdg-open \
${WRKSRC}/scripts/xdg-settings
post-install:
# Official NetBeans does not know about OpenBSD, thus at least
# some java apps use 'email' and 'open' as fallbacks.
ln -s xdg-email ${PREFIX}/bin/email
ln -s xdg-open ${PREFIX}/bin/open
.include <bsd.port.mk>