pkgsrc/x11/wxGTK/Makefile

40 lines
1 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.26 2004/01/03 18:50:00 reed Exp $
#
DISTNAME= wxGTK-2.4.1
PKGREVISION= 2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wxwindows/}
EXTRACT_SUFX= .tar.bz2
2003-07-18 00:50:55 +02:00
MAINTAINER= tsarna@NetBSD.org
HOMEPAGE= http://www.wxwindows.org/
COMMENT= GTK-based implementation of the wxWindows GUI library
USE_BUILDLINK2= YES
USE_PKGLOCALEDIR= YES
USE_X11= YES
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-gtk
CONFIGURE_ARGS+= --with-libjpeg=sys
CONFIGURE_ARGS+= --with-zlib=sys
CONFIGURE_ARGS+= --with-libpng=sys
CONFIGURE_ARGS+= --with-libtiff=sys
CPPFLAGS+= -Dunix=1 # src/common/unzip.c needs this
DOCDIR= ${PREFIX}/share/doc/wx/gtk
post-install:
${INSTALL_DATA_DIR} ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/LICENCE.txt ${DOCDIR}/LICENSE
.include "../../graphics/jpeg/buildlink2.mk"
.include "../../graphics/png/buildlink2.mk"
.include "../../graphics/tiff/buildlink2.mk"
.include "../../x11/gtk/buildlink2.mk"
2003-03-31 20:48:43 +02:00
.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"