summaryrefslogtreecommitdiff
path: root/filesystems/py-fuse-bindings/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/py-fuse-bindings/Makefile')
-rw-r--r--filesystems/py-fuse-bindings/Makefile17
1 files changed, 8 insertions, 9 deletions
diff --git a/filesystems/py-fuse-bindings/Makefile b/filesystems/py-fuse-bindings/Makefile
index f920f620dd6..69921cc767e 100644
--- a/filesystems/py-fuse-bindings/Makefile
+++ b/filesystems/py-fuse-bindings/Makefile
@@ -1,17 +1,17 @@
-# $NetBSD: Makefile,v 1.4 2011/03/11 11:29:42 zafer Exp $
+# $NetBSD: Makefile,v 1.5 2011/12/16 00:50:46 gdt Exp $
#
-DISTNAME= fuse-python-0.2pre1-20060720
-PKGNAME= ${PYPKGPREFIX}-fuse-bindings-0.2pre1
-PKGREVISION= 2
+DISTNAME= fuse-python-0.2.1
+PKGNAME= ${PYPKGPREFIX}-fuse-bindings-0.2.1
CATEGORIES= filesystems python
-MASTER_SITES= # http://bsd.cenkes.org/myports/
-EXTRACT_SUFX= .tar.bz2
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse/fuse-python}/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://bsd.cenkes.org/myports/
+HOMEPAGE= http://sourceforge.net/apps/mediawiki/fuse/index.php?title=FusePython
COMMENT= Python bindings for FUSE and refuse
+LICENSE= gnu-lgpl-v2.1
+
PYDISTUTILSPKG= yes
PY_PATCHLIST= yes
USE_TOOLS+= pkg-config
@@ -25,8 +25,7 @@ post-install:
${INSTALL_SCRIPT} ${WRKSRC}/example/xmp.py \
${DESTDIR}${PREFIX}/share/examples/fuse-python/
-.include "../../lang/python/application.mk"
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/distutils.mk"
.include "../../mk/fuse.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"