2009-07-31 23:28:47 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2009/08/01 03:28:47 fgsch Exp $
|
2005-05-17 17:29:36 -04:00
|
|
|
|
2008-05-09 18:15:30 -04:00
|
|
|
COMMENT = wiki engine written in python
|
2005-05-17 17:29:36 -04:00
|
|
|
|
2009-07-31 23:28:47 -04:00
|
|
|
MODPY_EGG_VERSION = 1.8.4
|
2008-05-09 18:15:30 -04:00
|
|
|
DISTNAME = moin-${MODPY_EGG_VERSION}
|
2009-07-31 23:28:47 -04:00
|
|
|
PKGNAME = moin${DISTNAME}
|
2005-05-17 17:29:36 -04:00
|
|
|
|
2008-05-09 18:15:30 -04:00
|
|
|
CATEGORIES = www
|
|
|
|
|
|
|
|
HOMEPAGE = http://moinmo.in/
|
2005-05-17 17:29:36 -04:00
|
|
|
|
2009-01-03 16:27:25 -05:00
|
|
|
# GPLv2 and several other ones claiming compliance with GPLv2 or
|
|
|
|
# actually being less restrictive.
|
2008-05-09 18:15:30 -04:00
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
2005-05-17 17:29:36 -04:00
|
|
|
|
2008-05-09 18:15:30 -04:00
|
|
|
MASTER_SITES = http://static.moinmo.in/files/
|
2005-05-17 17:29:36 -04:00
|
|
|
|
2008-05-09 18:15:30 -04:00
|
|
|
MODULES = lang/python
|
2007-02-13 04:13:43 -05:00
|
|
|
|
2008-05-09 18:15:30 -04:00
|
|
|
NO_REGRESS = Yes
|
2005-05-17 17:29:36 -04:00
|
|
|
|
2008-05-09 18:15:30 -04:00
|
|
|
PKG_ARCH = *
|
2008-04-02 11:30:51 -04:00
|
|
|
|
2005-05-17 17:29:36 -04:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/moinmoin
|
2008-04-02 11:30:51 -04:00
|
|
|
cd ${WRKSRC}/docs && ${INSTALL_DATA} CHANGES INSTALL.html \
|
2006-08-04 06:20:29 -04:00
|
|
|
README.migration ${PREFIX}/share/doc/moinmoin
|
2005-05-17 17:29:36 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|