1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/misc/wotsap/Makefile
Renato Botelho 5d0e56a269 I've committed MASTER_SITES changes proposed by Marin Wilke some days ago,
but, the correct way is preserve original MASTER_SITE and add
freebsd.unixfreunde.de just as a backup, I'm doing it right now, restoring
original preserving the Martin's proposed backup.
2006-05-30 17:20:11 +00:00

31 lines
649 B
Makefile

# 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>