freebsd-ports/audio/xmms-cdparanoia/Makefile
Ade Lovett 3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
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.
2004-03-14 06:17:56 +00:00

30 lines
726 B
Makefile

# New ports collection makefile for: xmms-cdparanoia
# Date created: 2 May 2003
# Whom: David Yeske <dyeske@yahoo.com>
#
# $FreeBSD$
#
PORTNAME= cdparanoia
PORTVERSION= 0.1
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://www008.upp.so-net.ne.jp/kzmi/
PKGNAMEPREFIX= xmms-
DISTNAME= ${PORTNAME}-plugin-${PORTVERSION}
MAINTAINER= dyeske@yahoo.com
COMMENT= Cdparanoia plugin for XMMS
BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \
cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia
USE_X_PREFIX= yes
USE_GNOME= gtk12
USE_GMAKE= yes
USE_LIBTOOL_VER= 13
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib"
.include <bsd.port.mk>