svn commit: r359829 - head/devel/gtkparasite

Ashish SHUKLA ashish at FreeBSD.org
Mon Jun 30 11:38:16 UTC 2014


Author: ashish
Date: Mon Jun 30 11:38:15 2014
New Revision: 359829
URL: http://svnweb.freebsd.org/changeset/ports/359829
QAT: https://qat.redports.org/buildarchive/r359829/

Log:
  - Add STAGE support
  - Move LICENSE to its own block
  - Fix pkg-descr
  - OptionsNG-ify port

Modified:
  head/devel/gtkparasite/Makefile
  head/devel/gtkparasite/pkg-descr

Modified: head/devel/gtkparasite/Makefile
==============================================================================
--- head/devel/gtkparasite/Makefile	Mon Jun 30 11:31:04 2014	(r359828)
+++ head/devel/gtkparasite/Makefile	Mon Jun 30 11:38:15 2014	(r359829)
@@ -11,6 +11,9 @@ MASTER_SITE_SUBDIR=	pav
 MAINTAINER=	ashish at FreeBSD.org
 COMMENT=	GTK+ UI debugging tool
 
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USES=		pkgconfig
 USE_PYTHON=	yes
 USE_GNOME=	gtk20 pygtk2
@@ -22,15 +25,16 @@ PLIST_FILES=	lib/gtk-2.0/modules/libgtkp
 		lib/gtk-2.0/modules/libgtkparasite.so
 USE_AUTOTOOLS=	autoconf automake libtool
 
-NO_STAGE=	yes
 pre-configure:
 	cd ${WRKSRC} && ${REINPLACE_CMD} -e '/.\/configure/d' ./autogen.sh \
 		&& ./autogen.sh
 
+.include <bsd.port.options.mk>
+
 post-install:
-.ifndef NOPORTDOCS
-	${MKDIR} ${DOCSDIR}
-	${INSTALL_MAN} ${WRKSRC}/USAGE ${DOCSDIR}
+.if ${PORT_OPTIONS:MDOCS}
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_MAN} ${WRKSRC}/USAGE ${STAGEDIR}/${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>

Modified: head/devel/gtkparasite/pkg-descr
==============================================================================
--- head/devel/gtkparasite/pkg-descr	Mon Jun 30 11:31:04 2014	(r359828)
+++ head/devel/gtkparasite/pkg-descr	Mon Jun 30 11:38:15 2014	(r359829)
@@ -17,4 +17,4 @@ giving you detailed information on your 
 X window IDs, widget properties, and more. You can modify properties
 on the fly in order to experiment with the look of your UI. 
 
-WWW:	http://chipx86.github.com/gtkparasite/
+WWW: http://chipx86.github.com/gtkparasite/


More information about the svn-ports-head mailing list