openbsd-ports/devel/glib/Makefile
brad 77ed83c9d9 remove some bits and pieces that was used for Pth.
--
Pointed out by: Nils Nordman <nino@nforced.com>
2002-01-09 17:26:22 +00:00

36 lines
791 B
Makefile

# $OpenBSD: Makefile,v 1.47 2002/01/09 17:26:22 brad Exp $
# Uses pthreads
COMMENT= "useful routines for C programming"
DISTNAME= glib-1.2.10
CATEGORIES= devel
NEED_VERSION= 1.500
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/glib
HOMEPAGE= http://www.gtk.org/
MAINTAINER= Brad Smith <brad@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static
PATCH_LIST= ${PORTSDIR}/infrastructure/patches/patch-lt1.3.4-ltconfig \
${PORTSDIR}/infrastructure/patches/patch-lt1.3.4-ltmain_sh \
patch-*
NO_REGRESS= Yes
post-extract:
@rm -f ${WRKSRC}/docs/glib.info*
.include <bsd.port.mk>