freebsd-ports/russian/MT/Makefile
John Marino 10005e7516 www/MT,russian/MT: Upgrade version 5.2.11 => 5.2.12
The port needed an overhaul, there were many issues with it.  After the
initial fix, the maintainer also made it optionsNG compliant.

Note that when the default MYSQL option is selected, it will fail
check-plist as a result of the mysql ports not handling /var/db/mysql
creation correctly.  To fix the check, the mysql ports need fixing.

PR:		197588
Submitted by:	takefu (airport.fm)
overhaul by:	marino
2015-04-03 16:11:38 +00:00

18 lines
614 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
CATEGORIES= russian www
MASTER_SITES= http://movable-type.ru/downloads/
DISTNAME= MTOS-5.2.12-${PKGNAMEPREFIX:S,-,,}
COMMENT= Russian localization of the MovableType publishing system
PATCHDIR= ${.CURDIR}/files
MASTERDIR= ${.CURDIR}/../../www/MT
MT_LANG= ${PKGNAMEPREFIX:S,-,,U}
CONFLICTS= MT-[2-5].* de-MT-[2-5].* fr-MT-[2-5].* ja-MT-[2-5].*
MT_DOCS_URL= https://github.com/saahov/movabletype/wiki
MT_UPGRADE_URL= http://movable-type.ru/wiki/%D0%9E%D0%B1%D0%BD%D0%BE%D0%B2%D0%BB%D0%B5%D0%BD%D0%B8%D0%B5_Movable_Type
.include "${MASTERDIR}/Makefile"