mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
f7455240e3
PR: 225752 Submitted by: Yasuhiro KIMURA
28 lines
634 B
Makefile
28 lines
634 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wotsap
|
|
PORTVERSION= 0.7
|
|
PORTREVISION= 3
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.lysator.liu.se/~jc/wotsap/download/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= danilo@FreeBSD.org
|
|
COMMENT= Web of trust statistics and pathfinder
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR}
|
|
|
|
USES= python:2.7,run shebangfix
|
|
NO_BUILD= yes
|
|
SHEBANG_FILES= wotsap pks2wot
|
|
|
|
PLIST_FILES= bin/pks2wot bin/wotsap
|
|
PORTSCOUT= ignore:1
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/pks2wot ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_SCRIPT} ${WRKSRC}/wotsap ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|