blob: ccdc52ee787993aac5c50df7974c310ce75127e3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: shared-mime-info
# Date created: 31 May 2002
# Whom: olgeni@FreeBSD.org
#
# $FreeBSD: ports/misc/shared-mime-info/Makefile,v 1.10 2003/10/21 19:19:42 olgeni Exp $
PORTNAME= shared-mime-info
PORTVERSION= 0.12
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.freedesktop.org/software/shared-mime-info/releases/
DISTNAME= shared-mime-info-${PORTVERSION}
MAINTAINER= olgeni@FreeBSD.org
COMMENT= A MIME type database from the FreeDesktop project
GNU_CONFIGURE= yes
USE_GNOME= libxml2 glib20
MAN1= update-mime-database.1
.include <bsd.port.mk>
|