openbsd-ports/x11/gtk+/Makefile
brad 6077001b2f upgrade to Gtk+ 1.2.9
!!NOTE!!: header files for Gtk+ have changed locations so this WILL cause
breakage.
2001-03-07 22:59:15 +00:00

33 lines
773 B
Makefile

# $OpenBSD: Makefile,v 1.42 2001/03/07 22:59:15 brad Exp $
DISTNAME= gtk+-1.2.9
CATEGORIES= x11 devel
NEED_VERSION= 1.336
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/
HOMEPAGE= http://www.gtk.org/
LIB_DEPENDS= intl.1::devel/gettext \
glib.1.2::devel/glib
MAINTAINER= Brad Smith <brad@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-extract:
@rm -f ${WRKSRC}/docs/gtk.info*
@rm -f ${WRKSRC}/docs/gdk.info*
.include <bsd.port.mk>