diff options
Diffstat (limited to 'misc/gnome-mime-data/Makefile')
-rw-r--r-- | misc/gnome-mime-data/Makefile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/misc/gnome-mime-data/Makefile b/misc/gnome-mime-data/Makefile deleted file mode 100644 index 0a71aa6ba..000000000 --- a/misc/gnome-mime-data/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: gnomemimedata -# Date created: 22 January 2002 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnomemimedata -PORTVERSION= 2.4.0 -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 - -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GNOME= gnomehack gnomehier gnomeprefix gnometarget pkgconfig -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lintl" - -MAN5= gnome-vfs-mime.5 - -.include <bsd.port.mk> |