mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
4a3bebcae1
Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
32 lines
773 B
Makefile
32 lines
773 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:2.7
|
|
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>
|