mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
3d4848723d
- Fixes build with latest gstreamer-plugins-libmms - Remove old USE_REINPLACE PR: 95802 Submitted by: Joel Diaz
26 lines
555 B
Makefile
26 lines
555 B
Makefile
# New ports collection makefile for: libmms
|
|
# Date created: 25 Dec 2004
|
|
# Whom: Koop Mast <kwm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libmms
|
|
PORTVERSION= 0.2
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Library for parsing mms:// and mmsh:// type network streams
|
|
|
|
USE_GNOME= gnomehack gnometarget pkgconfig glib20
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
pre-configure:
|
|
@${REINPLACE_CMD} -e 's|malloc\.h|stdlib.h|' \
|
|
${WRKSRC}/src/uri.c
|
|
|
|
.include <bsd.port.mk>
|