blob: 7a711fc25de123892ba12133542c44e00c3ce4d0 (
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
|
# New ports collection makefile for: ja-samba
# Date created: 8 Nov 2004
# Whom: Timur Bakeyev <timur@gnu.org>
#
# $FreeBSD$
#
PORTREVISION= 0
PORTEPOCH= 1
CATEGORIES= japanese net
PKGNAMEPREFIX= ja-
PATCH_SITES= http://dist.bsdlab.org/
PATCHFILES= samba-3.0.23c-i18n-20060905.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"
|