Line 0
Link Here
|
|
|
1 |
# $FreeBSD$ |
2 |
|
3 |
PORTNAME= alot |
4 |
PORTVERSION= 0.6 |
5 |
CATEGORIES= mail python |
6 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
7 |
|
8 |
MAINTAINER= mail@dbalan.in |
9 |
COMMENT= Terminal-based Mail User Agent based on notmuch mail indexer |
10 |
|
11 |
LICENSE= GPLv3 |
12 |
|
13 |
LIB_DEPENDS= libnotmuch.so:mail/notmuch |
14 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}notmuch>=0.13:mail/py-notmuch@${FLAVOR} \ |
15 |
${PYTHON_PKGNAMEPREFIX}gpgme>0:security/py-gpgme@${FLAVOR} \ |
16 |
${PYTHON_PKGNAMEPREFIX}configobj>4.7.0:devel/py-configobj@${FLAVOR} \ |
17 |
${PYTHON_PKGNAMEPREFIX}python-magic>0:devel/py-python-magic@${FLAVOR} \ |
18 |
${PYTHON_PKGNAMEPREFIX}twisted>10.2.0:devel/py-twisted@${FLAVOR} \ |
19 |
${PYTHON_PKGNAMEPREFIX}urwidtrees>1.0:devel/py-urwidtrees@${FLAVOR} |
20 |
|
21 |
USES= python:2.7 |
22 |
USE_PYTHON= autoplist distutils |
23 |
NO_ARCH= yes |
24 |
|
25 |
USE_GITHUB= yes |
26 |
GH_ACCOUNT= pazz |
27 |
|
28 |
MAKE_ENV+= PYTHONCMD=${PYTHON_CMD} |
29 |
|
30 |
.include <bsd.port.mk> |