1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/net/gnosamba/Makefile
Steve Price 9e804cdf41 - Update to version 0.3.3
- Update MASTER_SITES and add WWW: line to pkg/DESCR

PR:		17854
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-04-30 19:34:30 +00:00

27 lines
541 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
MASTER_SITES= http://www.open-systems.com/gnosamba/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= gnomeui.3:${PORTSDIR}/x11/gnomelibs
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
post-patch:
@${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/src/*.c
.include <bsd.port.mk>