openbsd-ports/devel/glib/Makefile
2010-11-15 19:45:56 +00:00

36 lines
781 B
Makefile

# $OpenBSD: Makefile,v 1.63 2010/11/15 19:45:58 espie 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= concurrent
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>