4942ce5a7d
- Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav
30 lines
619 B
Makefile
30 lines
619 B
Makefile
# 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= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= freebbs
|
|
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>
|