blob: 9d97232bb68336271bb5e6b9d960ce08be089be6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: de-MT
# Date created: Fri, 2 Oct 2009 07:56:20 GMT
# Whom: takefu
#
# $FreeBSD$
#
PORTNAME= MT
CATEGORIES= german www
DISTNAME= MTOS-${PORTVERSION}-de
PKGNAMEPREFIX= de-
COMMENT= german localization of the MovableType publishing system
MASTERDIR= ${.CURDIR}/../../www/${PORTNAME}
CONFLICTS= MT-[2-5].* ja-MT-[2-5].* fr-MT-[2-5].* es-MT-[2-5].* \
nl-MT-[2-5].* ru-MT-[2-5].*
.include "${MASTERDIR}/Makefile"
|