aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gnome-common/Makefile
blob: 973469f16194379f9aff0d534529dccb50e83260 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	gnome-common
PORTVERSION=	3.18.0
CATEGORIES=	devel
MASTER_SITES=	GNOME
DIST_SUBDIR=	gnome2

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	Common automake macros for GNOME 3
WWW=		https://www.gnome.org/

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

BUILD_DEPENDS=	autoconf-archive>=0:devel/autoconf-archive
RUN_DEPENDS=	autoconf-archive>=0:devel/autoconf-archive

USES=		gnome pkgconfig tar:xz
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-autoconf-archive

.include <bsd.port.mk>