mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
8cea2b0147
This gives more time for tools to get updated, available in packages etc before bothering users
23 lines
587 B
Makefile
23 lines
587 B
Makefile
# $FreeBSD$
|
|
#
|
|
# handle dependency depends on shared-mime-info and package regen
|
|
#
|
|
# Feature: shared-mime-info
|
|
# Usage: USES=shared-mime-info
|
|
# Valid ARGS: does not require args
|
|
#
|
|
# MAINTAINER: gnome@FreeBSD.org
|
|
|
|
.if !defined(_INCLUDE_USES_SHARED_MIME_INFO_MK)
|
|
_INCLUDE_USES_SHARED_MIME_INFO_MK= yes
|
|
|
|
.if !empty(shared-mime-info_ARGS)
|
|
IGNORE= USES=shared-mime-info does not require args
|
|
.endif
|
|
|
|
BUILD_DEPENDS+= update-mime-database:${PORTSDIR}/misc/shared-mime-info
|
|
RUN_DEPENDS+= update-mime-database:${PORTSDIR}/misc/shared-mime-info
|
|
PLIST_FILES+= "@shared-mime-info share/mime"
|
|
|
|
.endif
|