Add gnomecommon, a collection common GNOME 2.0 automake macros.

Reviewed by:	sobomax
Approved by:	sobomax
This commit is contained in:
Joe Marcus Clarke 2002-04-12 22:28:22 +00:00
parent 73e11e25e7
commit 4c493f2ca2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57643
11 changed files with 145 additions and 0 deletions

View file

@ -181,6 +181,7 @@
SUBDIR += glui SUBDIR += glui
SUBDIR += gmake SUBDIR += gmake
SUBDIR += gnomebuild SUBDIR += gnomebuild
SUBDIR += gnomecommon
SUBDIR += gnomecrash SUBDIR += gnomecrash
SUBDIR += gnomedebug SUBDIR += gnomedebug
SUBDIR += gnomevfs SUBDIR += gnomevfs

View file

@ -0,0 +1,24 @@
# New ports collection makefile for: gnomecommon
# Date created: 04 April 2002
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gnomecommon
PORTVERSION= 1.2.4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-beta3
DISTNAME= gnome-common-${PORTVERSION}
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (gnome2/gnome-common-1.2.4.tar.bz2) = 4b430c6443860e01e4bd89cadf82649b

View file

@ -0,0 +1 @@
Common automake macros for GNOME and GOME 2.0

View file

@ -0,0 +1,4 @@
This is a collection of automake macros used for developing new GNOME
or GNOME 2.0 applications.
WWW: http://www.gnome.org/

View file

@ -0,0 +1,42 @@
bin/gnome-autogen.sh
share/aclocal/gnome-macros/aclocal-include.m4
share/aclocal/gnome-macros/autogen.sh
share/aclocal/gnome-macros/compiler-flags.m4
share/aclocal/gnome-macros/curses.m4
share/aclocal/gnome-macros/gnome-bonobo-check.m4
share/aclocal/gnome-macros/gnome-common.m4
share/aclocal/gnome-macros/gnome-fileutils.m4
share/aclocal/gnome-macros/gnome-gettext.m4
share/aclocal/gnome-macros/gnome-ghttp-check.m4
share/aclocal/gnome-macros/gnome-gnorba-check.m4
share/aclocal/gnome-macros/gnome-guile-checks.m4
share/aclocal/gnome-macros/gnome-libgtop-check.m4
share/aclocal/gnome-macros/gnome-macros.dep
share/aclocal/gnome-macros/gnome-objc-checks.m4
share/aclocal/gnome-macros/gnome-orbit-check.m4
share/aclocal/gnome-macros/gnome-print-check.m4
share/aclocal/gnome-macros/gnome-pthread-check.m4
share/aclocal/gnome-macros/gnome-support.m4
share/aclocal/gnome-macros/gnome-undelfs.m4
share/aclocal/gnome-macros/gnome-vfs.m4
share/aclocal/gnome-macros/gnome-x-checks.m4
share/aclocal/gnome-macros/gnome-xml-check.m4
share/aclocal/gnome-macros/gnome.m4
share/aclocal/gnome-macros/gperf-check.m4
share/aclocal/gnome-macros/linger.m4
share/aclocal/gnome-macros/need-declaration.m4
share/aclocal/gnome2-macros/autogen.sh
share/aclocal/gnome2-macros/check-utmp.m4
share/aclocal/gnome2-macros/compiler-flags.m4
share/aclocal/gnome2-macros/curses.m4
share/aclocal/gnome2-macros/gnome-common.m4
share/aclocal/gnome2-macros/gnome-cxx-check.m4
share/aclocal/gnome2-macros/gnome-gettext.m4
share/aclocal/gnome2-macros/gnome-pkgconfig.m4
share/aclocal/gnome2-macros/gnome-platform.m4
share/aclocal/gnome2-macros/gnome-pthread-check.m4
share/aclocal/gnome2-macros/gnome-x-checks.m4
share/aclocal/gnome2-macros/gnome2-macros.dep
share/aclocal/gnome2-macros/linger.m4
@dirrm share/aclocal/gnome2-macros
@dirrm share/aclocal/gnome-macros

View file

@ -0,0 +1,24 @@
# New ports collection makefile for: gnomecommon
# Date created: 04 April 2002
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gnomecommon
PORTVERSION= 1.2.4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-beta3
DISTNAME= gnome-common-${PORTVERSION}
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (gnome2/gnome-common-1.2.4.tar.bz2) = 4b430c6443860e01e4bd89cadf82649b

View file

@ -0,0 +1 @@
Common automake macros for GNOME and GOME 2.0

View file

@ -0,0 +1,4 @@
This is a collection of automake macros used for developing new GNOME
or GNOME 2.0 applications.
WWW: http://www.gnome.org/

View file

@ -0,0 +1,42 @@
bin/gnome-autogen.sh
share/aclocal/gnome-macros/aclocal-include.m4
share/aclocal/gnome-macros/autogen.sh
share/aclocal/gnome-macros/compiler-flags.m4
share/aclocal/gnome-macros/curses.m4
share/aclocal/gnome-macros/gnome-bonobo-check.m4
share/aclocal/gnome-macros/gnome-common.m4
share/aclocal/gnome-macros/gnome-fileutils.m4
share/aclocal/gnome-macros/gnome-gettext.m4
share/aclocal/gnome-macros/gnome-ghttp-check.m4
share/aclocal/gnome-macros/gnome-gnorba-check.m4
share/aclocal/gnome-macros/gnome-guile-checks.m4
share/aclocal/gnome-macros/gnome-libgtop-check.m4
share/aclocal/gnome-macros/gnome-macros.dep
share/aclocal/gnome-macros/gnome-objc-checks.m4
share/aclocal/gnome-macros/gnome-orbit-check.m4
share/aclocal/gnome-macros/gnome-print-check.m4
share/aclocal/gnome-macros/gnome-pthread-check.m4
share/aclocal/gnome-macros/gnome-support.m4
share/aclocal/gnome-macros/gnome-undelfs.m4
share/aclocal/gnome-macros/gnome-vfs.m4
share/aclocal/gnome-macros/gnome-x-checks.m4
share/aclocal/gnome-macros/gnome-xml-check.m4
share/aclocal/gnome-macros/gnome.m4
share/aclocal/gnome-macros/gperf-check.m4
share/aclocal/gnome-macros/linger.m4
share/aclocal/gnome-macros/need-declaration.m4
share/aclocal/gnome2-macros/autogen.sh
share/aclocal/gnome2-macros/check-utmp.m4
share/aclocal/gnome2-macros/compiler-flags.m4
share/aclocal/gnome2-macros/curses.m4
share/aclocal/gnome2-macros/gnome-common.m4
share/aclocal/gnome2-macros/gnome-cxx-check.m4
share/aclocal/gnome2-macros/gnome-gettext.m4
share/aclocal/gnome2-macros/gnome-pkgconfig.m4
share/aclocal/gnome2-macros/gnome-platform.m4
share/aclocal/gnome2-macros/gnome-pthread-check.m4
share/aclocal/gnome2-macros/gnome-x-checks.m4
share/aclocal/gnome2-macros/gnome2-macros.dep
share/aclocal/gnome2-macros/linger.m4
@dirrm share/aclocal/gnome2-macros
@dirrm share/aclocal/gnome-macros