mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
3f651573ad
Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
25 lines
542 B
Makefile
25 lines
542 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://ban.joh.cam.ac.uk/~cr212/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_AUTOMAKE_VER= 14
|
|
USE_LIBTOOL_VER= 13
|
|
|
|
.include <bsd.port.mk>
|