summaryrefslogtreecommitdiffstats
path: root/devel/mm-common/Makefile
blob: 04d7aed563a43529745f83ae4b8dbcf42b0aa6e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:   mm-common
# Date Created:         27 Aug 2009
# Whom:             Koop Mast<kwm@FreeBSD.org>
#
# $FreeBSD$
#   $MCom: ports/devel/mm-common/Makefile,v 1.13 2011/03/16 15:50:22 kwm Exp $
#

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

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

LIB_DEPENDS=    curl.6:${PORTSDIR}/ftp/curl

USE_GNOME=  gnomehack
USE_BZIP2=  yes
USE_GMAKE=  yes
GNU_CONFIGURE=  yes

MAN1=       mm-common-prepare.1

.include <bsd.port.mk>