32 lines
743 B
Makefile
32 lines
743 B
Makefile
# 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"
|