freebsd-ports/ftp/ftpcube/Makefile

23 lines
421 B
Makefile
Raw Normal View History

2001-12-13 17:42:04 +01:00
# ex:ts=8
# New ports collection makefile for: ftpcube
# Date created: Dec 13, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= ftpcube
PORTVERSION= 0.3.2
2001-12-13 17:42:04 +01:00
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
2002-04-29 16:07:49 +02:00
USE_PYDISTUTILS= yes
2001-12-13 17:42:04 +01:00
.include <bsd.port.mk>