openbsd-ports/audio/xmms-shn/Makefile

34 lines
697 B
Makefile
Raw Normal View History

2010-11-18 07:03:28 -05:00
# $OpenBSD: Makefile,v 1.29 2010/11/18 12:03:28 jasper Exp $
SHARED_ONLY= Yes
COMMENT= XMMS input plugin for playing shorten files
DISTNAME= xmms-shn-2.4.1
2010-11-18 07:03:28 -05:00
REVISION= 3
CATEGORIES= audio
2003-12-07 13:44:57 -05:00
HOMEPAGE= http://www.etree.org/shnutils/xmms-shn/
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-09-05 20:04:28 -04:00
2010-11-18 07:03:28 -05:00
WANTLIB= X11 Xau Xdmcp Xext Xi gdk glib gmodule gtk \
m pthread-stubs xcb
2007-01-14 13:48:32 -05:00
MASTER_SITES= ${HOMEPAGE}dist/src/
2010-11-18 07:03:28 -05:00
MODULES += devel/gettext
RUN_DEPENDS= audio/xmms
BUILD_DEPENDS= ${RUN_DEPENDS}
2001-10-08 12:24:20 -04:00
2006-11-03 09:29:11 -05:00
USE_LIBTOOL= Yes
2003-09-24 11:08:25 -04:00
CONFIGURE_STYLE=gnu
2007-03-28 15:05:43 -04:00
LIBTOOL_FLAGS= --tag=disable-static
.include <bsd.port.mk>