2000-03-24 22:11:32 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.25 2000/03/24 22:11:38 espie Exp $
|
1999-02-27 15:32:39 +00:00
|
|
|
|
2000-03-10 07:45:14 +00:00
|
|
|
DISTNAME= glib-1.2.7
|
1999-03-16 21:06:20 +00:00
|
|
|
CATEGORIES= devel
|
2000-03-24 22:11:32 +00:00
|
|
|
NEED_VERSION= 1.223
|
1999-05-11 18:40:18 +00:00
|
|
|
MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.2/ \
|
|
|
|
ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.2/ \
|
|
|
|
http://www.ameth.org/gimp/gtk/v1.2/
|
1999-02-27 15:32:39 +00:00
|
|
|
|
|
|
|
|
1999-04-30 19:21:37 +00:00
|
|
|
MAINTAINER= brad@openbsd.org
|
1999-02-27 15:32:39 +00:00
|
|
|
|
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
|
|
|
|
2000-03-10 07:45:14 +00:00
|
|
|
FAKE= Yes
|
|
|
|
|
2000-03-10 17:44:15 +00:00
|
|
|
SEPARATE_BUILD= concurrent
|
2000-03-08 01:13:13 +00:00
|
|
|
GNU_CONFIGURE= Yes
|
1999-04-04 21:16:49 +00:00
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
|
|
CONFIGURE_ARGS+= --enable-static --disable-threads \
|
2000-02-06 00:28:56 +00:00
|
|
|
--includedir="${PREFIX}/include/glib"
|
1999-03-16 21:06:20 +00:00
|
|
|
|
1999-03-25 23:48:37 +00:00
|
|
|
post-extract:
|
2000-01-01 00:02:42 +00:00
|
|
|
@rm -f ${WRKSRC}/docs/glib.info*
|
1999-03-25 23:48:37 +00:00
|
|
|
|
1999-02-27 15:32:39 +00:00
|
|
|
post-install:
|
2000-02-06 00:28:56 +00:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/aclocal
|
2000-03-10 07:45:14 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/glib.m4 ${PREFIX}/share/aclocal
|
1999-02-27 15:32:39 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|