freebsd-ports/misc/shared-mime-info/Makefile

25 lines
639 B
Makefile
Raw Normal View History

# New ports collection makefile for: shared-mime-info
# Date created: 31 May 2002
# Whom: olgeni@FreeBSD.org
#
# $FreeBSD$
PORTNAME= shared-mime-info
2003-10-21 21:19:42 +02:00
PORTVERSION= 0.12
CATEGORIES= misc
2003-07-21 21:34:12 +02:00
MASTER_SITES= http://www.freedesktop.org/software/shared-mime-info/releases/
DISTNAME= shared-mime-info-${PORTVERSION}
MAINTAINER= olgeni@FreeBSD.org
2003-02-23 11:51:29 +01:00
COMMENT= A MIME type database from the FreeDesktop project
2002-07-28 21:19:30 +02:00
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \
2003-02-07 19:59:45 +01:00
glib-2.0.200:${PORTSDIR}/devel/glib20
2002-07-28 21:19:30 +02:00
GNU_CONFIGURE= yes
2003-01-08 16:25:24 +01:00
MAN1= update-mime-database.1
.include <bsd.port.mk>