openbsd-ports/audio/xmms-tremor/Makefile

32 lines
762 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.8 2009/08/10 06:29:53 kili Exp $
SHARED_ONLY= Yes
COMMENT= Ogg Vorbis input plugin for XMMS using tremor
DISTNAME= xmms-tremor-1.0
PKGNAME= ${DISTNAME}p2
EXTRACT_SUFX= .tar.bz2
CATEGORIES= audio
MASTER_SITES= http://mirror1.pdaxrom.org/source/src/
# GPL
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
2007-04-12 16:24:29 -04:00
LIB_DEPENDS= vorbisidec.>=1::audio/tremor
2008-10-13 07:42:45 -04:00
BUILD_DEPENDS= ${RUN_DEPENDS}
2007-04-12 16:24:29 -04:00
RUN_DEPENDS= ::audio/xmms
WANTLIB= X11 Xau Xdmcp Xext Xi gdk glib gmodule gtk iconv intl m \
pthread-stubs xcb
2006-11-11 16:04:27 -05:00
USE_X11= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
2007-03-28 15:05:43 -04:00
LIBTOOL_FLAGS= --tag=disable-static
.include <bsd.port.mk>