blob: d51f7cec5d8b10f628b520dd934b9af934644745 (
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
29
30
|
# ex:ts=8
# Ports collection makefile for: wotsap
# Date created: Jan 6, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= wotsap
PORTVERSION= 0.6
CATEGORIES= misc
MASTER_SITES= http://www.lysator.liu.se/~jc/wotsap/download/ \
http://freebsd.unixfreunde.de/sources/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Web of trust statistics and pathfinder
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging
USE_PYTHON= yes
NO_BUILD= yes
PLIST_FILES= bin/pks2wot bin/wotsap
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/pks2wot ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/wotsap ${PREFIX}/bin
.include <bsd.port.mk>
|