blob: 3d414859f80f573b9777fda1503c34ee60f45781 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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
DISTNAME= MTOS-${PORTVERSION}-ja
COMMENT= Japanese localization of the MovableType publishing system
MASTERDIR= ${.CURDIR}/../../www/${PORTNAME}
MT_LANG= ja
CONFLICTS= MT-[2-5].* de-MT-[2-5].* fr-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"
|