freebsd-ports/net/libmms/Makefile
Pav Lucistnik efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +00:00

26 lines
529 B
Makefile

# New ports collection makefile for: libmms
# Date created: 25 Dec 2004
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libmms
PORTVERSION= 0.4
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= SF
MAINTAINER= chinsan@FreeBSD.org
COMMENT= Library for parsing mms:// and mmsh:// type network streams
USE_GNOME= gnomehack gnometarget pkgconfig glib20
USE_GETTEXT= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's|malloc\.h|stdlib.h|' \
${WRKSRC}/src/uri.c
.include <bsd.port.mk>