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