34 lines
750 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.52 2003/05/27 23:00:50 miod Exp $
# Uses pthreads
COMMENT= "useful routines for C programming"
2001-04-03 14:42:47 +00:00
DISTNAME= glib-1.2.10
CATEGORIES= devel
2002-11-13 16:46:39 +00:00
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glib/1.2/}
2000-06-21 09:57:54 +00:00
HOMEPAGE= http://www.gtk.org/
2000-09-24 07:03:59 +00:00
MAINTAINER= Brad Smith <brad@openbsd.org>
2000-03-08 01:13:13 +00:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 08:02:07 +00:00
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static
2001-10-06 03:37:41 +00:00
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>