Import of the new glib-1.2.0. This library is needed by gtk+-1.2.0
The pkg/DESCR file : General-purpose library from the GTK+ team. This is GLib version 1.1.0. GLib, is a library which includes support routines for C such as lists, trees, hashes, memory allocation, and many other things. The official ftp site is: ftp://ftp.gtk.org/pub/gtk/ The official web site is: http://www.gtk.org/ A mailing list is located at: gtk-list@redhat.com
This commit is contained in:
parent
57ea3fd614
commit
ec367e20b2
27
devel/glib/Makefile
Normal file
27
devel/glib/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 1999/02/27 15:32:39 rohee Exp $
|
||||
#
|
||||
|
||||
DISTNAME = glib-1.2.0
|
||||
CATEGORIES = devel
|
||||
|
||||
NEED_VERSION= 1.64
|
||||
|
||||
MAINTAINER = rohee@OpenBSD.ORG
|
||||
|
||||
MASTER_SITES = ftp://ftp.gimp.org/pub/gtk/v1.2/ \
|
||||
ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.2/ \
|
||||
http://www.ameth.org/gimp/gtk/v1.2/
|
||||
|
||||
GNU_CONFIGURE = yes
|
||||
|
||||
.if !defined(NO_SHARED_LIBS)
|
||||
CONFIGURE_ARGS += --enable-shared
|
||||
.else
|
||||
CONFIGURE_ARGS += --disable-shared
|
||||
.endif
|
||||
CONFIGURE_ARGS += --enable-static
|
||||
|
||||
post-install:
|
||||
${LDCONFIG} -m ${PREFIX}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/glib/files/md5
Normal file
1
devel/glib/files/md5
Normal file
@ -0,0 +1 @@
|
||||
MD5 (glib-1.2.0.tar.gz) = b19f308dbbd393b6199e743cb1c648a1
|
1
devel/glib/pkg/COMMENT
Normal file
1
devel/glib/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
Some useful routines of C programming.
|
14
devel/glib/pkg/DESCR
Normal file
14
devel/glib/pkg/DESCR
Normal file
@ -0,0 +1,14 @@
|
||||
General-purpose library from the GTK+ team.
|
||||
|
||||
This is GLib version 1.1.0. GLib, is a library which includes support
|
||||
routines for C such as lists, trees, hashes, memory allocation, and
|
||||
many other things.
|
||||
|
||||
The official ftp site is:
|
||||
ftp://ftp.gtk.org/pub/gtk/
|
||||
|
||||
The official web site is:
|
||||
http://www.gtk.org/
|
||||
|
||||
A mailing list is located at:
|
||||
gtk-list@redhat.com
|
20
devel/glib/pkg/PLIST
Normal file
20
devel/glib/pkg/PLIST
Normal file
@ -0,0 +1,20 @@
|
||||
bin/glib-config
|
||||
info/dir
|
||||
info/glib.info
|
||||
lib/libglib-1.2.so.0.0
|
||||
lib/libglib.la
|
||||
lib/libglib.a
|
||||
lib/glib/include/glibconfig.h
|
||||
lib/libgmodule-1.2.so.0.0
|
||||
lib/libgmodule.la
|
||||
lib/libgmodule.a
|
||||
lib/libgthread-1.2.so.0.0
|
||||
lib/libgthread.la
|
||||
lib/libgthread.a
|
||||
man/man1/glib-config.1
|
||||
share/aclocal/glib.m4
|
||||
include/glib.h
|
||||
include/gmodule.h
|
||||
@dirrm lib/glib/include
|
||||
@dirrm lib/glib
|
||||
@exec [ ! -x /sbin/ldconfig ] || /sbin/ldconfig -m /usr/local/lib
|
14
devel/glib/pkg/PLIST.noshared
Normal file
14
devel/glib/pkg/PLIST.noshared
Normal file
@ -0,0 +1,14 @@
|
||||
bin/glib-config
|
||||
info/dir
|
||||
info/glib.info
|
||||
lib/libglib.a
|
||||
lib/glib/include/glibconfig.h
|
||||
lib/libgmodule.a
|
||||
lib/libgthread.a
|
||||
man/man1/glib-config.1
|
||||
share/aclocal/glib.m4
|
||||
include/glib.h
|
||||
include/gmodule.h
|
||||
@dirrm lib/glib/include
|
||||
@dirrm lib/glib
|
||||
@exec [ ! -x /sbin/ldconfig ] || /sbin/ldconfig -m /usr/local/lib
|
Loading…
Reference in New Issue
Block a user