blob: 0b6b65cd84080fc04314a4cdfdd921308561d897 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# New ports collection makefile for: ja-squirrelmail
# Date Created: 17 Oct 2003
# Whom: Masafumi Otsune <info@otsune.com>
#
# $FreeBSD$
#
PORTNAME= squirrelmail
PORTVERSION= 1.4.4
PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= japanese mail www
PATCH_SITES= http://www.yamaai-tech.com/~masato/Download/
PATCHFILES= ${PORTNAME}-${PORTVERSION}-ja-${PATCHVERSION}-patch.gz
PATCH_DIST_STRIP= -p1
MAINTAINER= info@otsune.com
COMMENT= A webmail system which accesses mail over IMAP with Japanese patch
BROKEN= ja patch is not applied.
DEPRECATED= ${BROKEN}
EXPIRATION_DATE=2005-09-22
USE_GETTEXT= YES
CONFLICTS= squirrelmail-1.*
PATCHVERSION= 20050616
MASTERDIR= ${.CURDIR}/../../mail/squirrelmail
MD5_FILE= ${.CURDIR}/distinfo
slaveport-post-patch:
@${FIND} ${WRKSRC} -name '*.orig' -delete
.include "${MASTERDIR}/Makefile"
|