21a0e25512
LibMMS is a common library for parsing mms:// and mmsh:// type network streams. These are commonly used to stream Windows Media Video content over the web. ok ajacoutot@
27 lines
578 B
Makefile
27 lines
578 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/10/14 13:46:48 landry Exp $
|
|
|
|
COMMENT = library for parsing mms:// and mmsh:// type network streams
|
|
|
|
DISTNAME = libmms-0.4
|
|
CATEGORIES = multimedia net
|
|
SHARED_LIBS = mms 0.0 #0.2
|
|
|
|
HOMEPAGE = https://launchpad.net/libmms
|
|
|
|
# LGPLv2.1
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MASTER_SITES = http://launchpad.net/libmms/trunk/0.4/+download/
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
MODULES = devel/gettext
|
|
USE_LIBTOOL = Yes
|
|
|
|
LIB_DEPENDS = glib-2.0::devel/glib2
|
|
WANTLIB = pcre
|
|
|
|
.include <bsd.port.mk>
|