blob: b9dc24493cca210c8fd0aa98c96a3c83af63fb1a (
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
|
# New ports collection makefile for: ja-samba
# Date created: 8 Nov 2004
# Whom: Timur Bakeyev <timur@gnu.org>
#
# $FreeBSD$
#
PORTVERSION= 3.0.28
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= japanese net
PKGNAMEPREFIX= ja-
PATCH_SITES= http://dist.bsdlab.org/
PATCHFILES= samba-${PORTVERSION}-i18n-20080109.bz2
PATCH_DIST_STRIP= -p0
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Japanese Samba
CONFLICTS= ja-samba-2.* samba-2.* samba-3.0.* sharity-light-1.*
SAMBA_PORT= samba3
MASTERDIR= ${.CURDIR}/../../net/${SAMBA_PORT}
MD5_FILE= ${.CURDIR}/distinfo
DESCR= ${.CURDIR}/pkg-descr
# Maintainer's note:
# Don't forget to test with WITH_ADS, WITH_CUPS, WITH_QUOTAS,
# WITH_MSDFS, WITH_PAM_SMBPASS for such users.
.include "${MASTERDIR}/Makefile"
|