summaryrefslogtreecommitdiffstats
path: root/misc/gnomemimedata/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/gnomemimedata/Makefile')
-rw-r--r--misc/gnomemimedata/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/misc/gnomemimedata/Makefile b/misc/gnomemimedata/Makefile
new file mode 100644
index 000000000..40d3ab5dd
--- /dev/null
+++ b/misc/gnomemimedata/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: gnomemimedata
+# Date created: 22 January 2002
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD: ports/misc/gnomemimedata/Makefile,v 1.21 2003/03/07 06:07:00 ade Exp $
+#
+
+PORTNAME= gnomemimedata
+PORTVERSION= 2.3.0
+CATEGORIES= misc gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/gnome-mime-data/2.3
+DISTNAME= gnome-mime-data-${PORTVERSION}
+DIST_SUBDIR= gnome
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A MIME and Application database for GNOME
+
+BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
+LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
+RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_GNOME= gnomehack gnomehier gnomeprefix
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib -lintl"
+
+MAN5= gnome-vfs-mime.5
+
+.include <bsd.port.mk>