blob: cb55e935367b99d6f9575f311666d6997b134716 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: gnomecommon
# Date created: 04 April 2002
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD: ports/devel/gnome-common/Makefile,v 1.25 2009/04/10 05:55:55 marcus Exp $
# $MCom: ports/devel/gnome-common/Makefile,v 1.12 2009/03/20 00:12:35 kwm Exp $
#
PORTNAME= gnome-common
PORTVERSION= 2.28.0
CATEGORIES= devel
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Common automake macros for GNOME and GNOME 2
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= pkgconfig
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|