mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
60d3df4c94
Yet another mp3 tool which helps you to organize your mp3s. PR: 16004 Submitted by: Dmitry Sivachenko <dima@Chg.RU>
28 lines
622 B
Makefile
28 lines
622 B
Makefile
# New ports collection makefile for: yamt
|
|
# Version required: 0.2
|
|
# Date created: 9 January 2000
|
|
# Whom: Dmitry Sivachenko <dima@Chg.RU>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= yamt-0.2
|
|
CATEGORIES= audio gnome
|
|
MASTER_SITES= http://download.sourceforge.net/yamt/ \
|
|
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_ARGS= --with-gnome=${X11BASE}
|
|
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
|
|
|
|
.include <bsd.port.mk>
|