blob: 29c5228b7ee111227d6c77af7e2e2187bf1615a1 (
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
DISTINFO_FILE= ${.CURDIR}/distinfo
BROKEN= bad distinfo
.include "${MASTERDIR}/Makefile"
|