diff options
Diffstat (limited to 'japanese/roundcube/Makefile')
-rw-r--r-- | japanese/roundcube/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/japanese/roundcube/Makefile b/japanese/roundcube/Makefile deleted file mode 100644 index 665cc8bc5efc..000000000000 --- a/japanese/roundcube/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# 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 -DEPRECATED= has been broken for almost a year -EXPIRATION_DATE=2011-04-17 - -.include "${MASTERDIR}/Makefile" |