freebsd-ports/ftp/ftpcube/Makefile
Ying-Chieh Liao 51a9539452 upgrade to 0.3.2
PR:		40203
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-07-05 03:09:56 +00:00

22 lines
421 B
Makefile

# 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.py:${PORTSDIR}/x11-toolkits/py-gtk
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>