2000-05-27 21:24:04 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.34 2000/05/28 01:24:04 espie Exp $
|
1998-06-02 16:44:37 -04:00
|
|
|
|
2000-03-12 02:08:47 -05:00
|
|
|
DISTNAME= gtk+-1.2.7
|
1999-03-26 02:17:03 -05:00
|
|
|
CATEGORIES= x11
|
2000-03-24 18:28:01 -05:00
|
|
|
NEED_VERSION= 1.230
|
1999-03-14 18:44:01 -05: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/
|
|
|
|
|
2000-05-27 21:24:04 -04:00
|
|
|
HOMEPAGE= http://www.gtk.org/
|
1999-05-05 15:17:59 -04:00
|
|
|
MAINTAINER= brad@openbsd.org
|
|
|
|
|
2000-03-05 13:30:21 -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-24 18:28:01 -05:00
|
|
|
LIB_DEPENDS= intl::devel/gettext \
|
|
|
|
glib.1.2::devel/glib
|
1998-06-02 16:44:37 -04:00
|
|
|
|
2000-03-07 20:13:13 -05:00
|
|
|
FAKE= Yes
|
2000-03-12 02:08:47 -05:00
|
|
|
|
2000-03-05 13:30:21 -05:00
|
|
|
GNU_CONFIGURE= Yes
|
1999-03-29 21:00:31 -05:00
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
1999-10-26 21:21:56 -04:00
|
|
|
CONFIGURE_ARGS+= --enable-static
|
1999-03-26 02:17:03 -05:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
1999-03-29 21:00:31 -05:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
1999-03-14 18:44:01 -05:00
|
|
|
|
1999-02-16 01:27:37 -05:00
|
|
|
post-extract:
|
1999-12-31 19:09:50 -05:00
|
|
|
@rm -f ${WRKSRC}/docs/gtk.info*
|
|
|
|
@rm -f ${WRKSRC}/docs/gdk.info*
|
1999-02-16 01:27:37 -05:00
|
|
|
|
1998-06-02 16:44:37 -04:00
|
|
|
post-install:
|
2000-03-12 02:08:47 -05:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/aclocal
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/gtk.m4 ${PREFIX}/share/aclocal
|
1998-06-02 16:44:37 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|