1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/net/libmms/Makefile
Koop Mast 5cad280579 Add glib20 to USE_GNOME.
So where are those pointhat's stored?

Submitted by:	pointyhat via kris
2005-01-13 20:27:09 +00:00

28 lines
592 B
Makefile

# New ports collection makefile for: libmms
# Date created: 25 Dec 2004
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libmms
PORTVERSION= 0.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= kwm@FreeBSD.org
COMMENT= Library for parsing mms:// and mmsh:// type network streams
USE_REINPLACE= yes
USE_GNOME= gnomehack gnometarget pkgconfig glib20
GNU_CONFIGURE= yes
USE_LIBTOOL_VER= 15
INSTALLS_SHLIB= yes
pre-configure:
@${REINPLACE_CMD} -e 's|malloc\.h|stdlib.h|' \
${WRKSRC}/src/uri.c
.include <bsd.port.mk>