blob: add0db9e9999d2d61f0a0e6939bb50c0feaa267a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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}${PORTREVISION}-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"
|