17 lines
435 B
Makefile
17 lines
435 B
Makefile
# $NetBSD: Makefile,v 1.25 2012/10/29 05:06:56 asau Exp $
|
|
#
|
|
|
|
.include "Makefile.common"
|
|
|
|
PKGREVISION= 29
|
|
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"
|