17 lines
436 B
Makefile
17 lines
436 B
Makefile
# $NetBSD: Makefile,v 1.32 2013/10/10 14:41:46 ryoon Exp $
|
|
#
|
|
|
|
.include "Makefile.common"
|
|
|
|
PKGREVISION= 36
|
|
COMMENT= GTK-based implementation of the wxWidgets GUI library
|
|
CONFLICTS+= wxGTK<=2.4.2nb5
|
|
|
|
INSTALLATION_DIRS= ${DOCDIR}
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/LICENCE.txt ${DESTDIR}${DOCDIR}/LICENSE
|
|
|
|
.include "../../graphics/MesaLib/buildlink3.mk"
|
|
.include "../../graphics/glu/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|