mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add gnomecommon, a collection common GNOME 2.0 automake macros.
Reviewed by: sobomax Approved by: sobomax
This commit is contained in:
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
|
@ -181,6 +181,7 @@
|
|||
SUBDIR += glui
|
||||
SUBDIR += gmake
|
||||
SUBDIR += gnomebuild
|
||||
SUBDIR += gnomecommon
|
||||
SUBDIR += gnomecrash
|
||||
SUBDIR += gnomedebug
|
||||
SUBDIR += gnomevfs
|
||||
|
|
24
devel/gnome-common/Makefile
Normal file
24
devel/gnome-common/Makefile
Normal 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>
|
1
devel/gnome-common/distinfo
Normal file
1
devel/gnome-common/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (gnome2/gnome-common-1.2.4.tar.bz2) = 4b430c6443860e01e4bd89cadf82649b
|
1
devel/gnome-common/pkg-comment
Normal file
1
devel/gnome-common/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Common automake macros for GNOME and GOME 2.0
|
4
devel/gnome-common/pkg-descr
Normal file
4
devel/gnome-common/pkg-descr
Normal 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/
|
42
devel/gnome-common/pkg-plist
Normal file
42
devel/gnome-common/pkg-plist
Normal 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
|
24
devel/gnomecommon/Makefile
Normal file
24
devel/gnomecommon/Makefile
Normal 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>
|
1
devel/gnomecommon/distinfo
Normal file
1
devel/gnomecommon/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (gnome2/gnome-common-1.2.4.tar.bz2) = 4b430c6443860e01e4bd89cadf82649b
|
1
devel/gnomecommon/pkg-comment
Normal file
1
devel/gnomecommon/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Common automake macros for GNOME and GOME 2.0
|
4
devel/gnomecommon/pkg-descr
Normal file
4
devel/gnomecommon/pkg-descr
Normal 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/
|
42
devel/gnomecommon/pkg-plist
Normal file
42
devel/gnomecommon/pkg-plist
Normal 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
|
Loading…
Add table
Reference in a new issue