blob: 323a68255d735a8abc1dae71f84c9a2d913ec6e0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# New ports collection makefile for: shared-mime-info
# Date created: 31 May 2002
# Whom: olgeni@FreeBSD.org
#
# $FreeBSD$
PORTNAME= shared-mime-info
PORTVERSION= 0.13
PORTREVISION= 2
CATEGORIES= misc gnome
MASTER_SITES= http://www.freedesktop.org/software/shared-mime-info/
DISTNAME= shared-mime-info-${PORTVERSION}
PATCH_SITES= ${MASTER_SITE_LOCAL} \
http://people.FreeBSD.org/~marcus/
PATCH_SITE_SUBDIR= marcus
PATCHFILES= patch-freedesktop.org.xml
MAINTAINER= gnome@FreeBSD.org
COMMENT= A MIME type database from the FreeDesktop project
GNU_CONFIGURE= yes
USE_REINPLACE= yes
USE_GNOME= glib20 libxml2 intltool
MAN1= update-mime-database.1
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
${WRKSRC}/update-mime-database.c
.include <bsd.port.mk>
|