rpointel f6305c687a update moinmoin to 1.9.8.
ok benoit@ aja@
2015-06-25 15:17:04 +00:00

34 lines
849 B
Makefile

# $OpenBSD: Makefile,v 1.32 2015/06/25 15:17:04 rpointel Exp $
COMMENT = wiki engine written in python
MODPY_EGG_VERSION = 1.9.8
DISTNAME = moin-${MODPY_EGG_VERSION}
PKGNAME = moin${DISTNAME}
CATEGORIES = www
HOMEPAGE = http://moinmo.in/
# GPLv2 and several other ones claiming compliance with GPLv2 or
# actually being less restrictive.
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = http://static.moinmo.in/files/
MODULES = lang/python
NO_TEST = Yes
pre-configure:
@cd ${WRKSRC}/wiki/server && ${MODPY_BIN_ADJ} \
moin moin.ajp moin.cgi moin.fcgi moin.scgi test.wsgi
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/moinmoin
find ${PREFIX}/share/moin -type f -exec chmod 0644 {} \;
cd ${WRKSRC}/docs && ${INSTALL_DATA} CHANGES INSTALL.html \
README.migration UPDATE.html ${PREFIX}/share/doc/moinmoin
.include <bsd.port.mk>