2003-05-27 19:00:50 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.52 2003/05/27 23:00:50 miod Exp $
|
2001-08-29 22:10:40 -04:00
|
|
|
# Uses pthreads
|
2000-11-11 16:53:30 -05:00
|
|
|
|
2001-04-03 10:12:47 -04:00
|
|
|
COMMENT= "useful routines for C programming"
|
1999-02-27 10:32:39 -05:00
|
|
|
|
2001-04-03 10:42:47 -04:00
|
|
|
DISTNAME= glib-1.2.10
|
1999-03-16 16:06:20 -05:00
|
|
|
CATEGORIES= devel
|
2002-11-13 11:46:39 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glib/1.2/}
|
1999-02-27 10:32:39 -05:00
|
|
|
|
2000-06-21 05:57:54 -04:00
|
|
|
HOMEPAGE= http://www.gtk.org/
|
1999-02-27 10:32:39 -05:00
|
|
|
|
2000-09-24 03:03:59 -04:00
|
|
|
MAINTAINER= Brad Smith <brad@openbsd.org>
|
1999-02-27 10:32:39 -05:00
|
|
|
|
2000-03-07 20:13:13 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2000-02-12 03:02:07 -05:00
|
|
|
|
2000-03-10 12:44:15 -05:00
|
|
|
SEPARATE_BUILD= concurrent
|
2000-06-11 13:49:35 -04:00
|
|
|
CONFIGURE_STYLE= gnu
|
1999-04-04 17:16:49 -04:00
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
2001-03-07 17:51:22 -05:00
|
|
|
CONFIGURE_ARGS+= --enable-static
|
1999-03-16 16:06:20 -05:00
|
|
|
|
2001-10-05 23:37:41 -04:00
|
|
|
PATCH_LIST= ${PORTSDIR}/infrastructure/patches/patch-lt1.3.4-ltconfig \
|
|
|
|
${PORTSDIR}/infrastructure/patches/patch-lt1.3.4-ltmain_sh \
|
|
|
|
patch-*
|
|
|
|
|
2002-01-07 09:32:07 -05:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
1999-03-25 18:48:37 -05:00
|
|
|
post-extract:
|
1999-12-31 19:02:42 -05:00
|
|
|
@rm -f ${WRKSRC}/docs/glib.info*
|
1999-03-25 18:48:37 -05:00
|
|
|
|
1999-02-27 10:32:39 -05:00
|
|
|
.include <bsd.port.mk>
|