summaryrefslogtreecommitdiffstats
path: root/misc/shared-mime-info/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/shared-mime-info/Makefile')
-rw-r--r--misc/shared-mime-info/Makefile40
1 files changed, 0 insertions, 40 deletions
diff --git a/misc/shared-mime-info/Makefile b/misc/shared-mime-info/Makefile
deleted file mode 100644
index e859bd71a..000000000
--- a/misc/shared-mime-info/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# Created by: olgeni@FreeBSD.org
-# $FreeBSD: head/misc/shared-mime-info/Makefile 314767 2013-03-20 21:45:00Z kwm $
-# $MCom$
-
-PORTNAME= shared-mime-info
-PORTVERSION= 1.1
-CATEGORIES= misc gnome
-MASTER_SITES= http://people.freedesktop.org/~hadess/
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= MIME types database from the freedesktop.org project
-
-USE_XZ= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-update-mimedb
-USES= gettext pathfix pkgconfig
-USE_GMAKE= yes
-USE_GNOME= glib20 libxml2 intltool intlhack
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-#MAKE_JOBS_UNSAFE= yes
-
-MAN1= update-mime-database.1
-
-SUB_FILES= pkg-install
-SUB_LIST= MIMEDIRS="${MIMEDIRS:O:u}"
-
-MIMEDIRS= ${LOCALBASE}/share/mime \
- ${PREFIX}/share/mime
-MIMESUBDIRS= application audio image inode message model multipart \
- packages text video x-epoc x-content
-
-post-patch:
- @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
- ${WRKSRC}/update-mime-database.c
-
-post-install:
- @${SETENV} "PKG_PREFIX=${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-
-.include <bsd.port.mk>