Blocks - a small tty based games using ncurses =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ Written by marc welz (rather : kluged by marc welz) - Redistribution is subject to the GNU public license. Notes ----- Good idea to restrict file names to 20 chars. The editor tries to fill the entire screen - so if you write a level on a big screen, you will not be able to play it on a small one. And remember to save the game you are editing before exiting. Probably contains bugs - but if I knew what they were they would not be there ... Thanks ------ A big THANK YOU goes to Joey Hess (jeh22@conell.edu) who contributed the pyramid level, wrote the man pages for the game and pointed out a couple of minor bugs. nome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/net/py-soappy/Makefile
blob: 604b44445f3f6ac274882aa2b99966f0e2a8e23b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:    py-soappy
# Date created:     2 Aug 2004
# Whom:             Alexander Leidinger
#
# $FreeBSD$
#

PORTNAME=       soappy
PORTVERSION=        0.11.6
CATEGORIES=     net python
MASTER_SITES=       ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pywebsvcs
PKGNAMEPREFIX=      ${PYTHON_PKGNAMEPREFIX}
DISTNAME=       SOAPpy-${PORTVERSION}

MAINTAINER=     mnag@FreeBSD.org
COMMENT=        A SOAP implementation

USE_PYTHON=     yes
USE_PYDISTUTILS=    yes

BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/fpconst.py:${PORTSDIR}/math/py-fpconst
RUN_DEPENDS+=   ${PYXML} \
        ${BUILD_DEPENDS}

CONFLICTS=  py*-soappy-devel-0.12.*

.include <bsd.port.mk>