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$
|
2005-11-05 05:53:48 +01:00
|
|
|
# $MCom: ports/devel/gnomecommon/Makefile,v 1.5 2005/09/20 09:39:51 ahze Exp $
|
2002-04-13 00:28:22 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gnomecommon
|
2005-11-05 05:53:48 +01:00
|
|
|
PORTVERSION= 2.12.0
|
2002-04-13 00:28:22 +02:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2005-11-05 05:53:48 +01:00
|
|
|
MASTER_SITE_SUBDIR= sources/gnome-common/2.12
|
2002-04-13 00:28:22 +02:00
|
|
|
DISTNAME= gnome-common-${PORTVERSION}
|
|
|
|
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
|
2003-06-29 08:34:54 +02:00
|
|
|
USE_GNOME= pkgconfig gnometarget
|
2002-04-13 00:28:22 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|