mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
29 lines
608 B
Makefile
29 lines
608 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.20b-i18n-20051031.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
|
|
|
|
.include "${MASTERDIR}/Makefile"
|