freebsd-ports/net/gnosamba/Makefile
Pete Fritchman f518f29a6c - distfile now ends in '.orig'
- add missing USE_REINPLACE

PR:		52138
Submitted by:	Ports Fury
2003-05-18 19:16:06 +00:00

28 lines
631 B
Makefile

# 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= ${MASTER_SITE_DEBIAN}
MASTER_SITE_SUBDIR= pool/main/g/gnosamba
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= ports@FreeBSD.org
COMMENT= Samba configuration tool for X Window System
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig
USE_X_PREFIX= yes
USE_GNOME= gnomelibs
USE_REINPLACE= yes
GNU_CONFIGURE= yes
post-patch:
@${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/src/*.c
.include <bsd.port.mk>