openbsd-ports/devel/glib/Makefile
marc 99a1ab44b1 fix earlier bogus changes to Makefile where a value that
was defined in bsd.port.mk was checked before bsd.port.mk was included;
this should make ports with optional shared libs build on the alpha,
again.  However, chages require the latest bsd.port.mk
1999-03-02 04:41:00 +00:00

23 lines
461 B
Makefile

# $OpenBSD: Makefile,v 1.2 1999/03/02 04:41:01 marc Exp $
#
DISTNAME = glib-1.2.0
CATEGORIES = devel
NEED_VERSION= 1.73
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
CONFIGURE_ARGS += ${CONFIGURE_SHARED}
CONFIGURE_ARGS += --enable-static
post-install:
${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>