mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
34 lines
734 B
Makefile
34 lines
734 B
Makefile
# New ports collection makefile for: ja-samba
|
|
# Date created: 8 Nov 2004
|
|
# Whom: Timur Bakeyev <timur@gnu.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTVERSION= 3.0.35
|
|
PORTEPOCH= 1
|
|
CATEGORIES= japanese net
|
|
PKGNAMEPREFIX= ja-
|
|
|
|
PATCH_SITES= http://dist.bsdlab.org/
|
|
PATCHFILES= samba-${PORTVERSION}-i18n-20090712.bz2
|
|
PATCH_DIST_STRIP= -p0
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Japanese Samba
|
|
|
|
CONFLICTS= samba-3.* samba4-* tdb-1.*
|
|
|
|
SAMBA_PORT= samba3
|
|
|
|
MASTERDIR= ${.CURDIR}/../../net/${SAMBA_PORT}
|
|
MD5_FILE= ${.CURDIR}/distinfo
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
PORTSCOUT= limit:^3\.0\.\d+
|
|
|
|
# Maintainer's note:
|
|
# Don't forget to test with WITH_ADS, WITH_QUOTAS,
|
|
# WITH_PAM_SMBPASS for such users.
|
|
|
|
.include "${MASTERDIR}/Makefile"
|