summaryrefslogtreecommitdiffstats
path: root/devel/gnome-common/Makefile
blob: ef73ca55a52563171120f0c451eccd3edcd4d377 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
#    $MCom: ports/trunk/devel/gnome-common/Makefile 18610 2013-06-30 16:33:05Z marcus $

PORTNAME=   gnome-common
PORTVERSION=    3.6.0
PORTREVISION=   1
CATEGORIES= devel
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome2

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Common automake macros for GNOME 2 and GNOME 3

NO_STAGE=   yes
USE_XZ=     yes
USES=       gmake pkgconfig
GNU_CONFIGURE=  yes

.include <bsd.port.mk>