mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
29 lines
574 B
Makefile
29 lines
574 B
Makefile
# New ports collection makefile for: gnomba
|
|
# Date created: 10 January 2000
|
|
# Whom: Dmitry Sivachenko <dima@Chg.RU>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gnomba
|
|
PORTVERSION= 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= gnome.4:${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>
|