openbsd-ports/devel/glib/Makefile
sthen 88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00

36 lines
774 B
Makefile

# $OpenBSD: Makefile,v 1.64 2012/03/29 13:38:13 sthen Exp $
# Uses pthreads
COMMENT= useful routines for C programming
DISTNAME= glib-1.2.10
REVISION = 4
SHARED_LIBS += glib 1.2 # .1.2
SHARED_LIBS += gmodule 1.2 # .1.2
SHARED_LIBS += gthread 1.2 # .1.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glib/1.2/}
HOMEPAGE= http://www.gtk.org/
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= pthread
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static
NO_REGRESS= Yes
USE_LIBTOOL= Yes
USE_GROFF = Yes
post-extract:
@rm -f ${WRKSRC}/docs/glib.info*
.include <bsd.port.mk>