2002-05-31 11:58:16 +02:00
|
|
|
# New ports collection makefile for: shared-mime-info
|
|
|
|
# Date created: 31 May 2002
|
|
|
|
# Whom: olgeni@FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= shared-mime-info
|
2005-04-02 18:50:27 +02:00
|
|
|
PORTVERSION= 0.16
|
2005-11-05 06:22:06 +01:00
|
|
|
PORTREVISION= 2
|
2004-01-13 18:27:12 +01:00
|
|
|
CATEGORIES= misc gnome
|
2004-11-21 22:48:49 +01:00
|
|
|
MASTER_SITES= http://www.marcuscom.com/downloads/ \
|
2005-04-02 18:50:27 +02:00
|
|
|
http://freedesktop.org/~jrb/
|
2002-05-31 11:58:16 +02:00
|
|
|
DISTNAME= shared-mime-info-${PORTVERSION}
|
|
|
|
|
2004-01-13 18:27:12 +01:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-02-23 11:51:29 +01:00
|
|
|
COMMENT= A MIME type database from the FreeDesktop project
|
2002-05-31 11:58:16 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2004-02-18 03:51:54 +01:00
|
|
|
USE_REINPLACE= yes
|
2004-03-24 23:29:35 +01:00
|
|
|
USE_GNOME= glib20 libxml2 intltool gnomehack
|
2002-05-31 11:58:16 +02:00
|
|
|
|
2003-01-08 16:25:24 +01:00
|
|
|
MAN1= update-mime-database.1
|
|
|
|
|
2004-12-26 08:05:08 +01:00
|
|
|
PKGINSTALL= ${WRKDIR}/pkg-install
|
|
|
|
|
2004-12-04 22:10:03 +01:00
|
|
|
MIMEDIRS= ${X11BASE}/share/gnome/mime \
|
|
|
|
${LOCALBASE}/share/gnome/mime \
|
|
|
|
${X11BASE}/share/mime \
|
|
|
|
${LOCALBASE}/share/mime \
|
|
|
|
/usr/share/mime
|
2005-01-03 22:46:28 +01:00
|
|
|
MIMESUBDIRS= audio image inode message model multipart \
|
|
|
|
packages text video
|
2004-12-04 22:10:03 +01:00
|
|
|
|
2004-02-18 03:51:54 +01:00
|
|
|
post-patch:
|
2004-12-04 22:10:03 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|%%MIMEDIRS%%|${MIMEDIRS}|g' \
|
|
|
|
${WRKSRC}/Makefile.in
|
2004-06-26 05:28:37 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \
|
|
|
|
s|%%X11BASE%%|${X11BASE}|g' \
|
2004-02-18 03:51:54 +01:00
|
|
|
${WRKSRC}/update-mime-database.c
|
|
|
|
|
2004-12-30 22:34:20 +01:00
|
|
|
pre-su-install:
|
2005-01-03 22:46:28 +01:00
|
|
|
.for subdir in ${MIMESUBDIRS}
|
|
|
|
${MKDIR} ${X11BASE}/share/mime/${subdir}
|
|
|
|
.endfor
|
2004-12-30 22:34:20 +01:00
|
|
|
|
2004-12-26 08:05:08 +01:00
|
|
|
post-install:
|
|
|
|
@${SED} -e 's|%%PREFIX%%|${PREFIX}| ; \
|
|
|
|
s|%%MIMEDIRS%%|${MIMEDIRS}|' \
|
|
|
|
< ${FILESDIR}/pkg-install.in > ${PKGINSTALL}
|
|
|
|
|
2002-05-31 11:58:16 +02:00
|
|
|
.include <bsd.port.mk>
|