2002-04-13 00:28:22 +02:00
|
|
|
# New ports collection makefile for: gnomecommon
|
|
|
|
# Date created: 04 April 2002
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2009-04-10 07:56:28 +02:00
|
|
|
# $MCom: ports/devel/gnome-common/Makefile,v 1.12 2009/03/20 00:12:35 kwm Exp $
|
2002-04-13 00:28:22 +02:00
|
|
|
#
|
|
|
|
|
2006-05-28 06:06:27 +02:00
|
|
|
PORTNAME= gnome-common
|
2009-04-10 07:56:28 +02:00
|
|
|
PORTVERSION= 2.26.0
|
2002-04-13 00:28:22 +02:00
|
|
|
CATEGORIES= devel
|
2009-02-02 02:36:16 +01:00
|
|
|
MASTER_SITES= GNOME
|
2002-04-13 00:28:22 +02:00
|
|
|
DIST_SUBDIR= gnome2
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-06-29 08:34:54 +02:00
|
|
|
COMMENT= Common automake macros for GNOME and GNOME 2
|
2002-04-13 00:28:22 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
2009-01-10 06:22:13 +01:00
|
|
|
USE_GNOME= pkgconfig
|
2002-04-13 00:28:22 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|