7392f9700d
gift-openft is a plugin for the giFT Daemon which provides access to the OpenFT peer-to-peer network.
21 lines
518 B
Makefile
21 lines
518 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/05/08 02:06:06 xtraeme Exp $
|
|
#
|
|
|
|
DISTNAME= gift-openft-0.2.1.2
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gift/}
|
|
|
|
MAINTAINER= alex@catbull.com
|
|
HOMEPAGE= http://gift.sourceforge.net/
|
|
COMMENT= OpenFT Plugin for the gift daemon
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
SHLIBTOOL_OVERRIDE= libtool
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../databases/db4/buildlink3.mk"
|
|
.include "../../net/gift/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|