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

32 lines
831 B
Makefile
Raw Normal View History

# New ports collection makefile for: gnomemimedata
# Date created: 22 January 2002
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/misc/gnome-mime-data/Makefile,v 1.14 2007/05/22 04:59:18 marcus Exp $
PORTNAME= gnome-mime-data
2007-04-03 22:38:53 +02:00
PORTVERSION= 2.18.0
PORTREVISION= 4
CATEGORIES= misc gnome
MASTER_SITES= GNOME
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
2002-04-30 18:29:20 +02:00
USE_BZIP2= yes
USE_GETTEXT= yes
2006-11-08 06:51:02 +01:00
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack intlhack pkgconfig
2002-04-30 18:29:20 +02:00
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lintl"
CPPFLAGS+= -I${LOCALBASE}/include
2007-04-03 22:38:53 +02:00
post-patch:
@${REINPLACE_CMD} -e 's|[(]datadir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>