svn commit: r350967 - head/devel/py-notify

Baptiste Daroussin bapt at FreeBSD.org
Fri Apr 11 14:44:02 UTC 2014


Author: bapt
Date: Fri Apr 11 14:44:01 2014
New Revision: 350967
URL: http://svnweb.freebsd.org/changeset/ports/350967
QAT: https://qat.redports.org/buildarchive/r350967/

Log:
  Support stage

Modified:
  head/devel/py-notify/Makefile

Modified: head/devel/py-notify/Makefile
==============================================================================
--- head/devel/py-notify/Makefile	Fri Apr 11 14:35:57 2014	(r350966)
+++ head/devel/py-notify/Makefile	Fri Apr 11 14:44:01 2014	(r350967)
@@ -9,28 +9,27 @@ MASTER_SITES=	http://www.galago-project.
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	gnome at FreeBSD.org
-COMMENT=	A python bindings for libnotify
+COMMENT=	python bindings for libnotify
 
-LIB_DEPENDS=	notify.4:${PORTSDIR}/devel/libnotify
+OPTIONS_DEFINE=	DOCS
 
-USE_BZIP2=	yes
-USES=		gmake pkgconfig
-USE_GNOME=	gnomehack pygtk2
+LIB_DEPENDS=	libnotify.so:${PORTSDIR}/devel/libnotify
+
+USES=		gmake libtool pathfix pkgconfig tar:bzip2
+USE_GNOME=	pygtk2
+INSTALL_TARGET=	install-strip
 USE_PYTHON=	2
 GNU_CONFIGURE=	yes
 
 DOCS=		AUTHORS COPYING ChangeLog NEWS
 
-NO_STAGE=	yes
 post-extract:
 	@${RM} ${WRKSRC}/src/pynotify.c
 
-.ifndef (NOPORTDOCS)
 post-install:
-	@${MKDIR} ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for i in ${DOCS}
-	@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+	@${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
 .endfor
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list