1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/audio/xmms-midi/Makefile
Ade Lovett 54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00

25 lines
595 B
Makefile

# New ports collection makefile for: xmms-midi
# Date created: 2002-10-14
# Whom: Hendrik Scholz <hendrik@scholz.net>
#
# $FreeBSD$
PORTNAME= xmms-midi
PORTVERSION= 0.03
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://dl.fkb.wormulon.net/xmms-midi/ \
http://dl.kel.wormulon.net/xmms-midi/
MAINTAINER= hendrik@scholz.net
COMMENT= XMMS input plugin to play midi files
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
RUN_DEPENDS= timidity:${PORTSDIR}/audio/timidity
USE_GNOME= gtk12
USE_X_PREFIX= yes
USE_AUTOTOOLS= automake:14 autoconf:213 libtool:13:inc
.include <bsd.port.mk>