2010-11-15 14:45:56 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.63 2010/11/15 19:45:58 espie Exp $
|
2001-08-29 22:10:40 -04:00
|
|
|
# Uses pthreads
|
2000-11-11 16:53:30 -05:00
|
|
|
|
2007-09-15 22:52:56 -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
|
2010-11-15 14:45:56 -05:00
|
|
|
REVISION = 4
|
2006-10-28 07:19:20 -04:00
|
|
|
SHARED_LIBS += glib 1.2 # .1.2
|
|
|
|
SHARED_LIBS += gmodule 1.2 # .1.2
|
|
|
|
SHARED_LIBS += gthread 1.2 # .1.2
|
2006-01-06 14:41:24 -05:00
|
|
|
|
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-03-07 20:13:13 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-11-23 06:22:00 -05:00
|
|
|
WANTLIB= pthread
|
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
|
|
|
|
2002-01-07 09:32:07 -05:00
|
|
|
NO_REGRESS= Yes
|
2006-01-06 14:41:24 -05:00
|
|
|
USE_LIBTOOL= Yes
|
2010-10-18 13:47:50 -04:00
|
|
|
USE_GROFF = Yes
|
2002-01-07 09:32:07 -05:00
|
|
|
|
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>
|