freebsd-ports/misc/shared-mime-info/Makefile

47 lines
1.2 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: shared-mime-info
# Date created: 31 May 2002
# Whom: olgeni@FreeBSD.org
#
# $FreeBSD$
# $MCom: ports/misc/shared-mime-info/Makefile,v 1.13 2008/02/01 04:17:52 mezz Exp $
#
PORTNAME= shared-mime-info
2009-02-23 06:20:29 +01:00
PORTVERSION= 0.60
PORTREVISION= 1
CATEGORIES= misc gnome
2007-02-10 11:02:18 +01:00
MASTER_SITES= http://people.freedesktop.org/~hadess/
MAINTAINER= gnome@FreeBSD.org
2003-02-23 11:51:29 +01:00
COMMENT= A MIME type database from the FreeDesktop project
2007-02-10 11:02:18 +01:00
USE_BZIP2= yes
GNU_CONFIGURE= yes
2006-09-04 02:24:54 +02:00
USE_GETTEXT= yes
USE_GMAKE= yes
USE_GNOME= glib20 libxml2 intltool gnomehack intlhack
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
2003-01-08 16:25:24 +01:00
MAN1= update-mime-database.1
PKGINSTALL= ${WRKDIR}/pkg-install
MIMEDIRS= ${LOCALBASE}/share/mime \
${PREFIX}/share/mime
MIMESUBDIRS= application audio image inode message model multipart \
packages text video x-epoc x-content
2004-02-18 03:51:54 +01:00
post-patch:
@${REINPLACE_CMD} -e 's|%%MIMEDIRS%%|${MIMEDIRS}|g' \
${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
2004-02-18 03:51:54 +01:00
${WRKSRC}/update-mime-database.c
post-install:
@${SED} -e 's|%%PREFIX%%|${PREFIX}| ; \
s|%%MIMEDIRS%%|${MIMEDIRS}|' \
< ${FILESDIR}/pkg-install.in > ${PKGINSTALL}
.include <bsd.port.mk>