1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/net/gnosamba/Makefile
Ying-Chieh Liao e28630ead2 Replace ${PERL} with ${REINPLACE_CMD}
PR:		39668
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-06-23 06:04:01 +00:00

25 lines
501 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= http://linuxberg.ii.net/files/gnome/network/ \
http://www.open-systems.com/gnosamba/
MAINTAINER= ports@FreeBSD.org
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>