blob: 11d630db9e13481393d3706bc3a6b2fac3288f2d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: ja-MT
# Date created: Fri, 2 Oct 2009 07:56:20 GMT
# Whom: Takefu Kenji <takefu@airport.fm>
#
# $FreeBSD$
PORTNAME= MT
CATEGORIES= japanese www
PKGNAMEPREFIX= ja-
DISTNAME= MTOS-${PORTVERSION}${PORTREVISION}-ja
COMMENT= Japanese localization of the MovableType publishing system
MASTERDIR= ${.CURDIR}/../../www/${PORTNAME}
MT_LANG= ja
CONFLICTS= MT-[2-5].* fr-MT-[2-5].* de-MT-[2-5].* es-MT-[2-5].* \
nl-MT-[2-5].* ru-MT-[2-5].*
MT_DOCS_URL= http://movabletype.jp/documentation/
MT_UPGRADE_URL= http://movabletype.jp/documentation/upgrade/
.include "${MASTERDIR}/Makefile"
|