summaryrefslogtreecommitdiff
path: root/devel/mm-common/Makefile
blob: e716a395a5711cee024032d2756e41244bff8514 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
#   $MCom: ports/trunk/devel/mm-common/Makefile 19953 2014-10-15 08:51:31Z gusi $

PORTNAME=	mm-common
PORTVERSION=	0.9.7
CATEGORIES=	devel gnome
MASTER_SITES=	GNOME

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	Common build infrastructure for the GNOME C++ binding libraries

LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl

USES=		gmake pathfix tar:xz
GNU_CONFIGURE=	yes

.include <bsd.port.mk>