freebsd-ports/misc/shared-mime-info/Makefile
Joe Marcus Clarke be08d824bc Conver this port to USE_GNOME, add gnome to the categories list, and
assign maintainership to gnome@.

Approved by:	olgeni (previous maintainer)
2004-01-13 17:27:12 +00:00

21 lines
524 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.12
CATEGORIES= misc gnome
MASTER_SITES= http://www.freedesktop.org/software/shared-mime-info/releases/
DISTNAME= shared-mime-info-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
COMMENT= A MIME type database from the FreeDesktop project
GNU_CONFIGURE= yes
USE_GNOME= glib20 libxml2
MAN1= update-mime-database.1
.include <bsd.port.mk>