diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-01-06 15:56:32 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-01-06 15:56:32 +0800 |
commit | 4f13a3f927bd299908421ade455580a1f1b29dc9 (patch) | |
tree | a4ed77ce7e6f4dfca122a84e0d45e73044431b50 /misc/wotsap/Makefile | |
parent | ea676a2a35aa333facbe29d697ddeff71e0be0d6 (diff) | |
download | freebsd-ports-gnome-4f13a3f927bd299908421ade455580a1f1b29dc9.tar.gz freebsd-ports-gnome-4f13a3f927bd299908421ade455580a1f1b29dc9.tar.zst freebsd-ports-gnome-4f13a3f927bd299908421ade455580a1f1b29dc9.zip |
add wotsap 0.5
Web of trust statistics and pathfinder
Diffstat (limited to 'misc/wotsap/Makefile')
-rw-r--r-- | misc/wotsap/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/misc/wotsap/Makefile b/misc/wotsap/Makefile new file mode 100644 index 000000000000..7de69464f760 --- /dev/null +++ b/misc/wotsap/Makefile @@ -0,0 +1,27 @@ +# ex:ts=8 +# Ports collection makefile for: wotsap +# Date created: Jan 6, 2004 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= wotsap +PORTVERSION= 0.5 +CATEGORIES= misc +MASTER_SITES= http://www.lysator.liu.se/~jc/wotsap/ +EXTRACT_SUFX= .tgz + +MAINTAINER= ports@FreeBSD.org +COMMENT= Web of trust statistics and pathfinder + +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging + +WRKSRC= ${WRKDIR}/${PORTNAME} +USE_PYTHON= yes +NO_BUILD= yes + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/wotsap.py ${PREFIX}/bin/wotsap + +.include <bsd.port.mk> |