summaryrefslogtreecommitdiff
path: root/net/gnosamba/Makefile
blob: a6aac19c59a4b2c46f60c4a0a13ba34d128e87f6 (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
# New ports collection makefile for:	gnosamba
# Date created:				4 November 1998
# Whom:					Andrey Zakhvatov
#
# $FreeBSD$
#

PORTNAME=	gnosamba
PORTVERSION=	0.3.3
CATEGORIES=	net gnome
MASTER_SITES=	http://linuxberg.ii.net/files/gnome/network/ \
		http://www.open-systems.com/gnosamba/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Samba configuration tool for X Window System

USE_REINPLACE=	yes
USE_X_PREFIX=	yes
USE_GNOME=	yes
GNU_CONFIGURE=	yes

post-patch:
	@${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/src/*.c

.include <bsd.port.mk>