306e66af5d
Approved by: portmgr (implicit)
29 lines
743 B
Makefile
29 lines
743 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)
|
|
|
|
CONFLICTS= zh-wenju-[0-9]* talkfilters-[0-9]* reed-[0-9]*
|
|
|
|
CHANGESET= 8bb26094df06
|
|
WRKSRC= ${WRKDIR}/blacktrash-${PORTNAME}-${CHANGESET}
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
PORTEXAMPLES= *
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
( cd ${WRKSRC}/contrib && ${INSTALL_DATA} \example-* ${STAGEDIR}${EXAMPLESDIR} )
|
|
|
|
.include <bsd.port.mk>
|