pkgsrc/filesystems/fuse-afpfs-ng/Makefile
agc a906878a8d Update fuse-afpfs-ng to version 0.8.
Changes are mainly portability mods; just one minor change for NetBSD
to compile out of the box, which has been fed back upstream.
2008-02-28 19:43:00 +00:00

26 lines
774 B
Makefile

# $NetBSD: Makefile,v 1.3 2008/02/28 19:43:00 agc Exp $
DISTNAME= afpfs-ng-0.8
PKGNAME= fuse-${DISTNAME}
CATEGORIES= filesystems
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=afpfs-ng/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/afpfs-ng
COMMENT= FUSE filesystem for network mounting using AFP
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake
USE_LANGUAGES= c c++
.include "../../devel/gmp/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../security/libgpg-error/buildlink3.mk"
.include "../../security/libgcrypt/buildlink3.mk"
.include "../../mk/fuse.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"