2011-09-16 07:13:37 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2011/09/16 11:13:41 espie Exp $
|
2006-12-23 06:20:42 -05:00
|
|
|
|
2007-09-15 17:28:22 -04:00
|
|
|
COMMENT= Python-based presentation tool
|
2006-12-23 06:20:42 -05:00
|
|
|
|
2007-12-06 10:32:08 -05:00
|
|
|
DISTNAME= bruce-1.2.1
|
2011-09-16 07:13:37 -04:00
|
|
|
REVISION = 3
|
2006-12-23 06:20:42 -05:00
|
|
|
|
2007-12-10 16:09:09 -05:00
|
|
|
CATEGORIES= productivity
|
2006-12-23 06:20:42 -05:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2009-11-22 19:45:27 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=b/bruce/}
|
2006-12-23 06:20:42 -05:00
|
|
|
|
|
|
|
MODULES= lang/python
|
2010-11-20 04:48:38 -05:00
|
|
|
RUN_DEPENDS= devel/pygame
|
2006-12-23 06:20:42 -05:00
|
|
|
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bruce
|
2007-01-02 16:40:52 -05:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/socrates.txt \
|
2007-12-06 10:32:08 -05:00
|
|
|
${PREFIX}/share/doc/bruce/socrates.txt
|
2007-01-02 16:40:52 -05:00
|
|
|
@sed -e "s|doc/socrates.txt|${LOCALBASE}/share/doc/socrates.txt|" \
|
2007-12-06 10:32:08 -05:00
|
|
|
${WRKSRC}/README.txt > ${PREFIX}/share/doc/bruce/README
|
2007-01-02 16:40:52 -05:00
|
|
|
@mv ${PREFIX}/bin/socrates.py ${PREFIX}/bin/socrates
|
2007-12-06 10:32:08 -05:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/bruce
|
|
|
|
@cd ${WRKSRC}/doc/examples; tar cf - . | \
|
|
|
|
tar xf - -C ${PREFIX}/share/examples/bruce
|
2006-12-23 06:20:42 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|