aboutsummaryrefslogblamecommitdiff
path: root/net-p2p/py-fngrab/Makefile
blob: a97d4831f8fbaed77ee71818ccab26ce36ee5120 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                 
                              
                                                                                


                                       
                                                                                




                                
                           
                                   




                                                           
# ex:ts=8
# Ports collection makefile for:	py-fngrab
# Date created:			Mar 23, 2002
# Whom:	      			ijliao
#
# $FreeBSD$
#

PORTNAME=	fngrab
PORTVERSION=	0.0.4
CATEGORIES=	net-p2p python
MASTER_SITES=	SF/freebbs/${PORTNAME}-${PORTVERSION}/${PORTNAME}-${PORTVERSION}
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A replacement for the official Freenet Project's freenet_request

BUILD_DEPENDS=	${PYXML}
RUN_DEPENDS=	${BUILD_DEPENDS}

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes
PYDISTUTILS_PKGNAME=	FreenetGrab

post-install:
	@${MV} ${PREFIX}/bin/fngrab.py ${PREFIX}/bin/fngrab

.include <bsd.port.mk>