summaryrefslogtreecommitdiff
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/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/misc/gnome-mime-data/Makefile b/misc/gnome-mime-data/Makefile
deleted file mode 100644
index 5b65ea0f48e2..000000000000
--- a/misc/gnome-mime-data/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: gnomemimedata
-# Date created: 22 January 2002
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gnomemimedata
-PORTVERSION= 1.0.8
-CATEGORIES= misc gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-beta5
-DISTNAME= gnome-mime-data-${PORTVERSION}
-DIST_SUBDIR= gnome
-
-MAINTAINER= gnome@FreeBSD.org
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-USE_GNOMELIBS= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib -lintl"
-CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
-
-MAN5= gnome-vfs-mime.5
-
-pre-patch:
- @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
- 's|\$\(libdir\)/pkgconfig|\$\(prefix\)/libdata/pkgconfig|g'
-
-.include <bsd.port.mk>