Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jun 2014 22:52:52 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357398 - head/sysutils/geomgui
Message-ID:  <201406102252.s5AMqqDM070241@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jun 10 22:52:51 2014
New Revision: 357398
URL: http://svnweb.freebsd.org/changeset/ports/357398
QAT: https://qat.redports.org/buildarchive/r357398/

Log:
  - Convert USE_BZIP2 to USES
  - Use new LIB_DEPENDS syntax
  - Switch to USES=libtool
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/geomgui/Makefile

Modified: head/sysutils/geomgui/Makefile
==============================================================================
--- head/sysutils/geomgui/Makefile	Tue Jun 10 22:19:23 2014	(r357397)
+++ head/sysutils/geomgui/Makefile	Tue Jun 10 22:52:51 2014	(r357398)
@@ -7,24 +7,21 @@ CATEGORIES=	sysutils
 MASTER_SITES=	http://tinkering.hambrew.net/geomgui/ \
 		${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	xride
-USE_BZIP2=	yes
 
 MAINTAINER=	xride@FreeBSD.org
 COMMENT=	Viewer for kernel geom layer
 
-LIB_DEPENDS=	gvc:${PORTSDIR}/graphics/graphviz
+LIB_DEPENDS=	libgvc.so:${PORTSDIR}/graphics/graphviz
 
-USE_AUTOTOOLS=	libtool
 USE_GNOME=	gtk20 librsvg2
-USES=		iconv pkgconfig
+USES=		iconv pkgconfig libtool tar:bzip2
 GNU_CONFIGURE=	yes
 
-MAN1=	geomgui.1
-PLIST_FILES=	bin/geomgui
+PLIST_FILES=	bin/geomgui \
+		man/man1/geomgui.1.gz
 
-NO_STAGE=	yes
 post-patch:
-	@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \
-	${WRKSRC}/Makefile.in
+	@${REINPLACE_CMD} -e 's|/usr/local|${STAGEDIR}${PREFIX}|' \
+		${WRKSRC}/Makefile.in
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406102252.s5AMqqDM070241>