blob: 2de9596a1a4f7906334234a8b58d95bf46c36410 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
# $MCom$
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= pathfix
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN1= mm-common-prepare.1
.include <bsd.port.mk>
|