mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
23 lines
428 B
Makefile
23 lines
428 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://www.open-systems.com/gnosamba/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GNOME= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-patch:
|
|
@${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/src/*.c
|
|
|
|
.include <bsd.port.mk>
|