blob: 4b031ca16033ed6570ba8ea72052349f6b4073d5 (
plain) (
blame)
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: head/devel/mm-common/Makefile 363392 2014-07-29 21:07:39Z adamw $
# $MCom$
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>
|