1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/mail/muttils/Makefile
Frederic Culot e632b1ef70 - Update to 1.1
- Improve pkg-descr

PR:		ports/157280
Submitted by:	Jason Helfman <jhelfman@experts-exchange.com> (maintainer)
2011-05-24 08:27:13 +00:00

30 lines
796 B
Makefile

# New ports collection makefile for: muttils
# Date created: April 2 2011
# Whom: Jason Helfman <jhelfman@experts-exchange.com>
#
# $FreeBSD$
#
PORTNAME= muttils
PORTVERSION= 1.1
CATEGORIES= mail python
MASTER_SITES= https://bitbucket.org/blacktrash/${PORTNAME}/get/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTVERSION}
MAINTAINER= jhelfman@experts-exchange.com
COMMENT= Python utilities for console mail clients (eg. mutt)
CHANGESET= 977f2e350221
WRKSRC= ${WRKDIR}/blacktrash-${PORTNAME}-${CHANGESET}
USE_PYTHON_BUILD= yes
USE_PYTHON_RUN= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_EGGINFO= ${PORTNAME}-unknown-${PYTHON_VERSION:S/thon//}.egg-info
post-install:
${MKDIR} ${EXAMPLESDIR}
( cd ${WRKSRC}/contrib && ${INSTALL_DATA} \example-* ${EXAMPLESDIR} )
.include <bsd.port.mk>