mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
c012370b15
Use new lib_depend syntax, enable staging, USE_GMAKE => USES=gmake. Obtained from: gnome dev repo (0.9.5).
20 lines
450 B
Makefile
20 lines
450 B
Makefile
# 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.6
|
|
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
|
|
|
|
USE_XZ= yes
|
|
USES= gmake pathfix
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|