summaryrefslogtreecommitdiff
path: root/ftp/ftpcube/Makefile
blob: c6417c2961bfc7396e9b5bd141999190c16f9975 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# ex:ts=8
# New ports collection makefile for:	ftpcube
# Date created:			Dec 13, 2001
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	ftpcube
PORTVERSION=	0.3.2
CATEGORIES=	ftp python
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	ports@FreeBSD.org

RUN_DEPENDS=	${PYTHON_SITELIBDIR}/gtk-1.2/gtk.py:${PORTSDIR}/x11-toolkits/py-gtk

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes

.include <bsd.port.mk>