openbsd-ports/productivity/bruce/Makefile
2009-03-24 18:14:09 +00:00

39 lines
1019 B
Makefile

# $OpenBSD: Makefile,v 1.7 2009/03/24 18:14:09 jasper Exp $
COMMENT= Python-based presentation tool
DISTNAME= bruce-1.2.1
PKGNAME= ${DISTNAME}p0
CATEGORIES= productivity
HOMEPAGE= http://bruce.python-hosting.com/
MAINTAINER= Will Maier <willmaier@ml1.net>
# BSD-like
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://cheeseshop.python.org/packages/source/b/bruce/
MODULES= lang/python
RUN_DEPENDS= ::devel/pygame
NO_REGRESS= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bruce
${INSTALL_DATA} ${WRKSRC}/doc/socrates.txt \
${PREFIX}/share/doc/bruce/socrates.txt
@sed -e "s|doc/socrates.txt|${LOCALBASE}/share/doc/socrates.txt|" \
${WRKSRC}/README.txt > ${PREFIX}/share/doc/bruce/README
@mv ${PREFIX}/bin/socrates.py ${PREFIX}/bin/socrates
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/bruce
@cd ${WRKSRC}/doc/examples; tar cf - . | \
tar xf - -C ${PREFIX}/share/examples/bruce
.include <bsd.port.mk>