[Midnightbsd-cvs] mports [20327] trunk/devel/py-notify/Makefile: fixup

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 27 18:40:57 EDT 2015


Revision: 20327
          http://svnweb.midnightbsd.org/mports/?rev=20327
Author:   laffer1
Date:     2015-09-27 18:40:56 -0400 (Sun, 27 Sep 2015)
Log Message:
-----------
fixup

Modified Paths:
--------------
    trunk/devel/py-notify/Makefile

Modified: trunk/devel/py-notify/Makefile
===================================================================
--- trunk/devel/py-notify/Makefile	2015-09-27 22:32:36 UTC (rev 20326)
+++ trunk/devel/py-notify/Makefile	2015-09-27 22:40:56 UTC (rev 20327)
@@ -4,34 +4,34 @@
 PORTNAME=	notify
 PORTVERSION=	0.1.1
 DISTVERSIONPREFIX=python-
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	devel python
 MASTER_SITES=	http://www.galago-project.org/files/releases/source/notify-python/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	A python bindings for libnotify
+COMMENT=	Python bindings for libnotify
+
 LICENSE=	lgpl
 
-LIB_DEPENDS=	notify:${PORTSDIR}/devel/libnotify
+OPTIONS_DEFINE=	DOCS
 
-USES=		tar:bzip2 pkgconfig gmake
+LIB_DEPENDS=	libnotify.so:${PORTSDIR}/devel/libnotify
+
+USES=		gmake libtool:keepla pathfix pkgconfig python:2 tar:bzip2
 USE_GNOME=	pygtk2
-USE_PYTHON=	2
+INSTALL_TARGET=	install-strip
 GNU_CONFIGURE=	yes
 
 DOCS=		AUTHORS COPYING ChangeLog NEWS
 
-NO_STAGE=	yes
 post-extract:
 	@${RM} ${WRKSRC}/src/pynotify.c
 
-.ifndef (NOPORTDOCS)
 post-install:
 	@${MKDIR} ${DOCSDIR}
 .for i in ${DOCS}
 	@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
 .endfor
-.endif
 
 .include <bsd.port.mk>



More information about the Midnightbsd-cvs mailing list