blob: 0a98f002642b29a9c7cabe56d82dc44f27069d58 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/trunk/devel/mm-common/Makefile 18610 2013-06-30 16:33:05Z marcus $
PORTNAME= mm-common
PORTVERSION= 0.9.5
CATEGORIES= devel gnome
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= Common build infrastructure for the GNOME C++ binding libraries
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
USES= gmake pathfix
USE_BZIP2= yes
GNU_CONFIGURE= yes
MAN1= mm-common-prepare.1
.include <bsd.port.mk>
|