2000-01-28 23:36:56 -05:00
|
|
|
# New ports collection makefile for: yamt
|
|
|
|
# Date created: 9 January 2000
|
|
|
|
# Whom: Dmitry Sivachenko <dima@Chg.RU>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-08 17:25:03 -04:00
|
|
|
PORTNAME= yamt
|
2000-04-19 20:36:23 -04:00
|
|
|
PORTVERSION= 0.5
|
2000-01-28 23:36:56 -05:00
|
|
|
CATEGORIES= audio gnome
|
2000-06-14 09:21:38 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
2000-01-28 23:36:56 -05:00
|
|
|
ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/
|
2000-06-14 09:21:38 -04:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2000-01-28 23:36:56 -05:00
|
|
|
|
|
|
|
MAINTAINER= dima@Chg.RU
|
|
|
|
|
2000-06-01 12:25:45 -04:00
|
|
|
LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs
|
2000-07-03 08:30:01 -04:00
|
|
|
RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter
|
2000-01-28 23:36:56 -05:00
|
|
|
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --with-gnome=${X11BASE}
|
|
|
|
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|