freebsd-ports/net/gnomba/Makefile
Chris Piazza 6a84f64d24 Add gnomba.
Gnomba is a GNOME machine and share browser for the SMB protocol.

PR:		16058
Submitted by:	Dmitry Sivachenko <dima@Chg.RU>
2000-01-14 20:17:09 +00:00

30 lines
633 B
Makefile

# New ports collection makefile for: gnomba
# Version required: 0.5.1
# Date created: 10 January 2000
# Whom: Dmitry Sivachenko <dima@Chg.RU>
#
# $FreeBSD$
#
DISTNAME= gnomba-0.5.1
CATEGORIES= net gnome
MASTER_SITES= http://gnomba.darkcorner.net/tars/ \
ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/
MAINTAINER= dima@Chg.RU
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
gnomeui.3:${PORTSDIR}/x11/gnomelibs
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
pre-configure:
${RM} ${WRKSRC}/config.cache
.include <bsd.port.mk>