openbsd-ports/devel/glib/Makefile
rohee ec367e20b2 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
1999-02-27 15:32:39 +00:00

28 lines
540 B
Makefile

# $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>