2000-04-30 19:34:30 +00:00
|
|
|
# New ports collection makefile for: gnosamba
|
1998-11-16 16:05:55 +00:00
|
|
|
# Date created: 4 November 1998
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-30 14:24:37 +00:00
|
|
|
# $FreeBSD$
|
1998-11-16 16:05:55 +00:00
|
|
|
#
|
|
|
|
|
2000-04-30 19:34:30 +00:00
|
|
|
PORTNAME= gnosamba
|
|
|
|
PORTVERSION= 0.3.3
|
2006-03-07 08:28:06 +00:00
|
|
|
PORTREVISION= 2
|
2000-06-01 16:25:45 +00:00
|
|
|
CATEGORIES= net gnome
|
2003-05-18 19:16:06 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_DEBIAN}
|
|
|
|
MASTER_SITE_SUBDIR= pool/main/g/gnosamba
|
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
|
1998-11-16 16:05:55 +00:00
|
|
|
|
2000-03-29 07:16:59 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:00:52 +00:00
|
|
|
COMMENT= Samba configuration tool for X Window System
|
1998-11-16 16:05:55 +00:00
|
|
|
|
2003-05-18 19:16:06 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig
|
|
|
|
|
2004-02-05 20:38:07 +00:00
|
|
|
PLIST_FILES= bin/gnosamba
|
1998-11-16 16:05:55 +00:00
|
|
|
USE_X_PREFIX= yes
|
2003-05-18 19:16:06 +00:00
|
|
|
USE_GNOME= gnomelibs
|
|
|
|
USE_REINPLACE= yes
|
1999-01-17 20:03:34 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1998-11-16 16:05:55 +00:00
|
|
|
|
2000-04-30 19:34:30 +00:00
|
|
|
post-patch:
|
2002-06-23 06:04:01 +00:00
|
|
|
@${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/src/*.c
|
2000-04-30 19:34:30 +00:00
|
|
|
|
1998-11-16 16:05:55 +00:00
|
|
|
.include <bsd.port.mk>
|