2009-07-08 18:40:08 +02:00
|
|
|
# $NetBSD: Makefile,v 1.7 2009/07/08 16:43:13 joerg Exp $
|
2007-08-09 23:42:52 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= wikipediafs-0.3
|
|
|
|
PKGNAME= fuse-${DISTNAME}
|
2009-02-09 23:56:21 +01:00
|
|
|
PKGREVISION= 2
|
2007-08-09 23:42:52 +02:00
|
|
|
CATEGORIES= filesystems
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wikipediafs/}
|
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
HOMEPAGE= http://wikipediafs.sourceforge.net/
|
2007-08-25 13:51:44 +02:00
|
|
|
COMMENT= FUSE filesystem for accessing the wikipedia
|
2007-08-09 23:42:52 +02:00
|
|
|
|
2009-07-08 18:40:08 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2008-04-25 22:39:06 +02:00
|
|
|
PYTHON_VERSIONS_ACCEPTED= 25 24
|
2007-08-09 23:42:52 +02:00
|
|
|
|
2008-07-04 16:27:26 +02:00
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
PY_PATCHLIST= yes
|
2007-08-09 23:42:52 +02:00
|
|
|
|
|
|
|
SUBST_CLASSES+= config
|
|
|
|
SUBST_STAGE.config= post-patch
|
|
|
|
SUBST_FILES.config= setup.py
|
2008-07-04 16:27:26 +02:00
|
|
|
SUBST_SED.config+= -e "s|/usr/share/man/man1/|${PKGMANDIR}/man1/|g"
|
2007-08-09 23:42:52 +02:00
|
|
|
SUBST_MESSAGE.config= Fixing paths.
|
|
|
|
|
|
|
|
.include "../../filesystems/py-fuse-bindings/buildlink3.mk"
|
|
|
|
|
2008-07-04 16:27:26 +02:00
|
|
|
.include "../../lang/python/extension.mk"
|
2007-08-09 23:42:52 +02:00
|
|
|
.include "../../mk/fuse.buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|