4717b11171
differences remain, so drop USE_GROFF and bump. Some of the manuals look seriously ugly with both groff and mandoc, and in some cases, how mandoc handles the broken input is less ugly - this is no doubt unusually intense DocBook insanity...
33 lines
789 B
Makefile
33 lines
789 B
Makefile
# $OpenBSD: Makefile,v 1.9 2017/06/12 23:07:01 schwarze Exp $
|
|
|
|
COMMENT = MySQL management utilities
|
|
|
|
MODPY_EGG_VERSION = 1.6.5
|
|
DISTNAME = mysql-utilities-${MODPY_EGG_VERSION}
|
|
REVISION = 0
|
|
CATEGORIES = databases
|
|
MASTER_SITES = http://mirror.switch.ch/mirror/mysql/Downloads/MySQLGUITools/ \
|
|
http://ftp.fi.muni.cz/pub/mysql/Downloads/MySQLGUITools/ \
|
|
http://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQLGUITools/
|
|
EXTRACT_SUFX = .zip
|
|
|
|
HOMEPAGE = http://www.mysql.com/
|
|
|
|
MAINTAINER = Giovanni Bechis <giovanni@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
# XXX Regression tests are broken
|
|
NO_TEST = Yes
|
|
|
|
pre-configure:
|
|
${SUBST_CMD} ${WRKSRC}/setup.py
|
|
|
|
post-install:
|
|
cd ${WRKSRC} && ${MODPY_BIN} setup.py install_man --prefix=${PREFIX}/man
|
|
|
|
.include <bsd.port.mk>
|