1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/textproc/yould/Makefile
Martin Wilke f9a438fff8 - Fix MASTER_SITES
PR:		164170
Submitted by:	Ports Fury
2012-01-28 17:49:50 +00:00

28 lines
635 B
Makefile

# New ports collection makefile for: yould
# Date created: 23 June 2007
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= yould
PORTVERSION= 0.3.7
CATEGORIES= textproc
MASTER_SITES= CHEESESHOP/source/y/${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Pronounceable word generator
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
PYDISTUTILS_INSTALLARGS=-Z -O 1 -N -S ${PYTHON_SITELIBDIR} ${WRKSRC}/dist/${PYEASYINSTALL_EGG}
PORTDOCS= NEWS.txt README.txt
.ifndef NOPORTDOCS
post-install:
@${INSTALL} -d ${DOCSDIR}/
@cd ${WRKSRC}/&&${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
.endif
.include <bsd.port.mk>