freebsd-ports/net/gnosamba/Makefile

30 lines
654 B
Makefile
Raw Normal View History

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