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