freebsd-ports/misc/gnome-mime-data/Makefile

32 lines
757 B
Makefile
Raw Normal View History

# New ports collection makefile for: gnomemimedata
# Date created: 22 January 2002
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gnomemimedata
2003-06-03 03:33:52 +02:00
PORTVERSION= 2.2.1
PORTREVISION= 1
CATEGORIES= misc gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
2003-02-05 02:12:16 +01:00
MASTER_SITE_SUBDIR= sources/gnome-mime-data/2.2
DISTNAME= gnome-mime-data-${PORTVERSION}
2002-04-30 18:29:20 +02:00
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= A MIME and Application database for GNOME
LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext
2002-04-30 18:29:20 +02:00
USE_BZIP2= yes
USE_X_PREFIX= yes
2003-06-16 22:52:58 +02:00
USE_GNOME= gnomehack gnomehier gnomeprefix gnometarget pkgconfig
2002-04-30 18:29:20 +02:00
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lintl"
2002-04-30 18:29:20 +02:00
MAN5= gnome-vfs-mime.5
.include <bsd.port.mk>