1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/audio/yamt/Makefile
Maxim Sobolev e4526de6f1 Add RUN_DEPENDS on gnomecontrolcenter to properly
remove share/gnome directory.

PR:		19666
Submitted by:	Dmitry S. Sivachenko <dima@Chg.RU>
2000-07-03 12:30:01 +00:00

29 lines
647 B
Makefile

# New ports collection makefile for: yamt
# Date created: 9 January 2000
# Whom: Dmitry Sivachenko <dima@Chg.RU>
#
# $FreeBSD$
#
PORTNAME= yamt
PORTVERSION= 0.5
CATEGORIES= audio gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= dima@Chg.RU
LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs
RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter
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>