openbsd-ports/textproc/yould/Makefile

27 lines
569 B
Makefile
Raw Normal View History

2009-03-24 14:14:09 -04:00
# $OpenBSD: Makefile,v 1.3 2009/03/24 18:14:10 jasper Exp $
COMMENT= generator for pronounceable random words
DISTNAME= yould-0.3.3
2009-03-24 14:14:09 -04:00
PKGNAME= ${DISTNAME}p1
CATEGORIES= textproc
HOMEPAGE= http://ygingras.net/yould
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://ygingras.net/files/
MODULES= lang/python
MODPY_SETUPTOOLS= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/yould
${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/yould
.include <bsd.port.mk>