mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add gnome2-devel. This is a meta-port for building the GNOME 2.0 API
without the desktop. This will allow you to run GNOME 2.0 applications along side the GNOME 1.4 desktop.
This commit is contained in:
parent
d130f08400
commit
5d38a80ecd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59846
5 changed files with 38 additions and 0 deletions
|
@ -183,6 +183,7 @@
|
|||
SUBDIR += global
|
||||
SUBDIR += glui
|
||||
SUBDIR += gmake
|
||||
SUBDIR += gnome2-devel
|
||||
SUBDIR += gnomebuild
|
||||
SUBDIR += gnomecommon
|
||||
SUBDIR += gnomecrash
|
||||
|
|
28
devel/gnome2-devel/Makefile
Normal file
28
devel/gnome2-devel/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# New ports collection makefile for: gnome2-devel
|
||||
# Date created: 21 May 2002
|
||||
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gnome2-devel
|
||||
PORTVERSION= 2.0
|
||||
CATEGORIES= devel gnome
|
||||
MASTER_SITES= # empty
|
||||
DISTFILES= # empty
|
||||
EXTRACT_ONLY= # empty
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
|
||||
RUN_DEPENDS= intltool-merge:${PORTSDIR}/textproc/intltool \
|
||||
gnome-autogen.sh:${PORTSDIR}/devel/gnomecommon
|
||||
LIB_DEPENDS= gnomeprintui-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui \
|
||||
gail-gnome.0:${PORTSDIR}/x11-toolkits/libgail-gnome
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
USE_PYTHON= yes
|
||||
|
||||
do-install: # empty
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/gnome2-devel/pkg-comment
Normal file
1
devel/gnome2-devel/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
The "meta-port" for the GNOME 2.0 development API
|
7
devel/gnome2-devel/pkg-descr
Normal file
7
devel/gnome2-devel/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
GNU Network Object Model Environment
|
||||
|
||||
This package does not contain anything by itself -- it is a
|
||||
"meta-port" that depends on other GNOME 2.0 packages. Its sole purpose is
|
||||
to require dependencies so users can install this package only and
|
||||
have all the GNOME 2.0 development stuff pulled in by the port/package
|
||||
dependency mechanism.
|
1
devel/gnome2-devel/pkg-plist
Normal file
1
devel/gnome2-devel/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
@comment this plist intentionally left empty
|
Loading…
Add table
Reference in a new issue