c615b66ca6
conflict with the wxGTK package - The package removes the old wx-config prior before creating the link to the real wx24-config, unfortunally it tried to remove wx-config instead of wx24-config. wx-config is now used by the new wxGTK (v2.6) package. Bump the PKGREVISION.
15 lines
377 B
Makefile
15 lines
377 B
Makefile
# $NetBSD: Makefile,v 1.2 2005/08/14 18:10:08 veego Exp $
|
|
#
|
|
|
|
.include "Makefile.common"
|
|
|
|
PKGREVISION= 7
|
|
COMMENT= GTK-based implementation of the wxWidgets GUI library
|
|
CONFLICTS+= wxGTK<=2.4.2nb5
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${DOCDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/LICENCE.txt ${DOCDIR}/LICENSE
|
|
|
|
.include "../../graphics/glu/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|