Import textproc/yould version 0.3.7
[dports.git] / textproc / yould / Makefile
1 # New ports collection makefile for:    yould
2 # Date created:         23 June 2007
3 # Whom:                 Andrew Pantyukhin <infofarmer@FreeBSD.org>
4 #
5 # $FreeBSD: ports/textproc/yould/Makefile,v 1.5 2012/11/17 06:02:26 svnexp Exp $
6 #
7
8 PORTNAME=       yould
9 PORTVERSION=    0.3.7
10 CATEGORIES=     textproc
11 MASTER_SITES=   CHEESESHOP/source/y/${PORTNAME}
12
13 MAINTAINER=     ports@FreeBSD.org
14 COMMENT=        Pronounceable word generator
15
16 USE_PYTHON=     yes
17 USE_PYDISTUTILS=easy_install
18 PYDISTUTILS_INSTALLARGS=-Z -O 1 -N -S ${PYTHON_SITELIBDIR} ${WRKSRC}/dist/${PYEASYINSTALL_EGG}
19 PORTDOCS=       NEWS.txt README.txt
20
21 .ifndef NOPORTDOCS
22 post-install:
23         @${INSTALL} -d ${DOCSDIR}/
24         @cd ${WRKSRC}/&&${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
25 .endif
26
27 .include <bsd.port.mk>