[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / x11 / wxGTK24

Annotation of pkgsrc/x11/wxGTK24/Makefile, Revision 1.32

1.32    ! ryoon       1: # $NetBSD: Makefile,v 1.31 2013/09/02 19:50:46 adam Exp $
1.1       wiz         2: #
                      3:
                      4: .include "Makefile.common"
                      5:
1.32    ! ryoon       6: PKGREVISION=           36
1.1       wiz         7: COMMENT=               GTK-based implementation of the wxWidgets GUI library
                      8: CONFLICTS+=            wxGTK<=2.4.2nb5
                      9:
1.9       joerg      10: INSTALLATION_DIRS=     ${DOCDIR}
                     11:
1.1       wiz        12: post-install:
1.9       joerg      13:        ${INSTALL_DATA} ${WRKSRC}/LICENCE.txt ${DESTDIR}${DOCDIR}/LICENSE
1.1       wiz        14:
1.12      wiz        15: .include "../../graphics/MesaLib/buildlink3.mk"
1.1       wiz        16: .include "../../graphics/glu/buildlink3.mk"
                     17: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>