bbe5fdf193
remove it from there. If a port tries to use pkg-config to depend on it, and does not bring in glib, it'll end up failing with: % pkg-config --libs libmms Package glib-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `glib-2.0.pc' to the PKG_CONFIG_PATH environment variable Package 'glib-2.0', required by 'libmms', not found This fixes a long standing issue with multimedia/mediainfo. (via multimedia/libmediainfo.) PR: 204847 Sponsored by: Absolight
24 lines
482 B
Makefile
24 lines
482 B
Makefile
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libmms
|
|
PORTVERSION= 0.6.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= kwm@FreeBSD.org
|
|
COMMENT= Library for parsing mms:// and mmsh:// type network streams
|
|
|
|
LICENSE= LGPL21
|
|
|
|
USES= cpe gettext libtool pathfix pkgconfig
|
|
CPE_VENDOR= libmms_project
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
USE_LDCONFIG= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|