2015-04-25 16:24:44 +02:00
|
|
|
# $NetBSD: Makefile,v 1.35 2015/04/25 14:25:20 tnn Exp $
|
2005-08-07 13:27:28 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
.include "Makefile.common"
|
|
|
|
|
2015-04-25 16:24:44 +02:00
|
|
|
PKGREVISION= 39
|
2005-08-07 13:27:28 +02:00
|
|
|
COMMENT= GTK-based implementation of the wxWidgets GUI library
|
|
|
|
CONFLICTS+= wxGTK<=2.4.2nb5
|
|
|
|
|
2009-11-29 21:16:20 +01:00
|
|
|
INSTALLATION_DIRS= ${DOCDIR}
|
|
|
|
|
2005-08-07 13:27:28 +02:00
|
|
|
post-install:
|
2009-11-29 21:16:20 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/LICENCE.txt ${DESTDIR}${DOCDIR}/LICENSE
|
2005-08-07 13:27:28 +02:00
|
|
|
|
2010-06-14 00:43:46 +02:00
|
|
|
.include "../../graphics/MesaLib/buildlink3.mk"
|
2005-08-07 13:27:28 +02:00
|
|
|
.include "../../graphics/glu/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|