openbsd-ports/x11/gtk+/Makefile
brad 5cfb2277a5 - (remove use of gmake for gnuplot)
- remove SEPARATE_BUILD until someone can figure out why these and other
automake-based ports do a rebuild on install
2000-09-27 16:16:37 +00:00

37 lines
891 B
Makefile

# $OpenBSD: Makefile,v 1.41 2000/09/27 16:16:37 brad Exp $
DISTNAME= gtk+-1.2.8
CATEGORIES= x11 devel
NEED_VERSION= 1.330
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*
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/aclocal
${INSTALL_DATA} ${WRKSRC}/gtk.m4 ${PREFIX}/share/aclocal
.include <bsd.port.mk>