mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
0e682dded4
mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
23 lines
467 B
Makefile
23 lines
467 B
Makefile
# New ports collection makefile for: libmms
|
|
# Date created: 25 Dec 2004
|
|
# Whom: Koop Mast <kwm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libmms
|
|
PORTVERSION= 0.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://launchpadlibrarian.net/35014059/
|
|
|
|
MAINTAINER= kwm@FreeBSD.org
|
|
COMMENT= Library for parsing mms:// and mmsh:// type network streams
|
|
|
|
USE_GNOME= gnomehack pkgconfig glib20
|
|
USE_GETTEXT= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|