1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00
2020-03-08 17:01:46 +00:00

38 lines
865 B
Makefile

# Created by: Jason Helfman <jhelfman@experts-exchange.com>
# $FreeBSD$
PORTNAME= muttils
PORTVERSION= 1.3
CATEGORIES= mail python
MASTER_SITES= https://bitbucket.org/blacktrash/${PORTNAME}/get/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTVERSION}
MAINTAINER= jgh@FreeBSD.org
COMMENT= Python utilities for console mail clients (eg. mutt)
LICENSE= GPLv2
DEPRECATED= Uses deprecated version of python
EXPIRATION_DATE= 2020-09-15
USES= python:2.7
CONFLICTS= zh-wenju-[0-9]* talkfilters-[0-9]* reed-[0-9]*
CHANGESET= 8bb26094df06
WRKSRC= ${WRKDIR}/blacktrash-${PORTNAME}-${CHANGESET}
USE_PYTHON= distutils autoplist
PORTEXAMPLES= *
OPTIONS_DEFINE= EXAMPLES
.include <bsd.port.options.mk>
post-install:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
( cd ${WRKSRC}/contrib && ${INSTALL_DATA} \example-* ${STAGEDIR}${EXAMPLESDIR} )
.include <bsd.port.mk>