openbsd-ports/audio/xmms-tremor/Makefile

32 lines
753 B
Makefile
Raw Normal View History

2010-09-05 20:04:28 -04:00
# $OpenBSD: Makefile,v 1.9 2010/09/06 00:04:29 sthen Exp $
SHARED_ONLY= Yes
COMMENT= Ogg Vorbis input plugin for XMMS using tremor
DISTNAME= xmms-tremor-1.0
2010-09-05 20:04:28 -04:00
REVISION= 2
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
2010-09-05 20:04:28 -04:00
LIB_DEPENDS= ::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 \
2010-09-05 20:04:28 -04:00
pthread-stubs xcb vorbisidec.>=1
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>