[Midnightbsd-cvs] mports [16712] trunk/misc/gnome-mime-data/Makefile: update mime data port to use USES

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Aug 30 08:52:46 EDT 2014


Revision: 16712
          http://svnweb.midnightbsd.org/mports/?rev=16712
Author:   laffer1
Date:     2014-08-30 08:52:45 -0400 (Sat, 30 Aug 2014)
Log Message:
-----------
update mime data port to use USES

Modified Paths:
--------------
    trunk/misc/gnome-mime-data/Makefile

Modified: trunk/misc/gnome-mime-data/Makefile
===================================================================
--- trunk/misc/gnome-mime-data/Makefile	2014-08-30 12:51:30 UTC (rev 16711)
+++ trunk/misc/gnome-mime-data/Makefile	2014-08-30 12:52:45 UTC (rev 16712)
@@ -1,7 +1,3 @@
-# New ports collection makefile for:	gnomemimedata
-# Date created:				22 January 2002
-# Whom:					Maxim Sobolev <sobomax at FreeBSD.org>
-#
 # $MidnightBSD$
 # $FreeBSD: ports/misc/gnome-mime-data/Makefile,v 1.37 2007/04/03 20:38:53 marcus Exp $
 #
@@ -8,7 +4,7 @@
 
 PORTNAME=	gnome-mime-data
 PORTVERSION=	2.18.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	misc gnome
 MASTER_SITES=	GNOME
 DISTNAME=	gnome-mime-data-${PORTVERSION}
@@ -15,19 +11,13 @@
 DIST_SUBDIR=	gnome
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	A MIME and Application database for GNOME
+COMMENT=	MIME and Application database for GNOME
 LICENSE=	gpl2
 
-USE_BZIP2=	yes
-USES=		gettext pkgconfig
-USE_GMAKE=	yes
-USE_GNOME=	gnomeprefix gnomehack intlhack
+USES=		gettext gmake pathfix tar:bzip2
+USE_GNOME=	gnomeprefix intlhack
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib -lintl"
 CPPFLAGS+=	-I${LOCALBASE}/include
+LIBS+=		-L${LOCALBASE}/lib -lintl
 
-post-patch:
-	@${REINPLACE_CMD} -e 's|[(]datadir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
-	    	${WRKSRC}/Makefile.in
-
 .include <bsd.port.mk>



More information about the Midnightbsd-cvs mailing list