mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
deed05e038
prioritization issues with custom MIME types.
29 lines
704 B
Makefile
29 lines
704 B
Makefile
# New ports collection makefile for: shared-mime-info
|
|
# Date created: 31 May 2002
|
|
# Whom: olgeni@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= shared-mime-info
|
|
PORTVERSION= 0.14
|
|
PORTREVISION= 4
|
|
CATEGORIES= misc gnome
|
|
MASTER_SITES= http://www.freedesktop.org/software/shared-mime-info/
|
|
DISTNAME= shared-mime-info-${PORTVERSION}
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= A MIME type database from the FreeDesktop project
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_REINPLACE= yes
|
|
USE_GNOME= glib20 libxml2 intltool gnomehack
|
|
|
|
MAN1= update-mime-database.1
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \
|
|
s|%%X11BASE%%|${X11BASE}|g' \
|
|
${WRKSRC}/update-mime-database.c
|
|
|
|
.include <bsd.port.mk>
|