summaryrefslogtreecommitdiffstats
path: root/misc/gnome-mime-data/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/gnome-mime-data/Makefile')
-rw-r--r--misc/gnome-mime-data/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/misc/gnome-mime-data/Makefile b/misc/gnome-mime-data/Makefile
new file mode 100644
index 000000000..619ac0a46
--- /dev/null
+++ b/misc/gnome-mime-data/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: gnomemimedata
+# Date created: 22 January 2002
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gnome-mime-data
+PORTVERSION= 2.4.2
+PORTREVISION= 1
+CATEGORIES= misc gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/gnome-mime-data/2.4
+DISTNAME= gnome-mime-data-${PORTVERSION}
+DIST_SUBDIR= gnome
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A MIME and Application database for GNOME
+
+USE_BZIP2= yes
+USE_GETTEXT= yes
+USE_GNOME= gnomehack gnomehier intlhack gnomeprefix gnometarget pkgconfig
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib -lintl"
+
+.include <bsd.port.mk>