blob: ea8c19f9fcdf8afe24a341eaac24be7c018273f0 (
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-roundcube
# Date created: 2010-02-10
# Whom: Norikatsu Shigemura <nork@FreeBSD.org>
#
# $FreeBSD$
#
CATEGORIES= japanese mail www
PATCH_SITES= http://www.sera.desuyo.net/roundcube/
PATCHFILES= roundcubemail-0.3.1-ja.patch
PATCH_DIST_STRIP= -p1
MAINTAINER= nork@FreeBSD.org
CONFLICTS= roundcube-[0-9]*
MASTERDIR= ${.CURDIR}/../../mail/roundcube
MD5_FILE= ${.CURDIR}/distinfo
BROKEN= bad distinfo
.include "${MASTERDIR}/Makefile"
|