blob: a153b00c6bf6d01bd29b3cc355e14228fc7cc1e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.3 2005/08/07 11:26:17 wiz Exp $
#
.include "../../x11/wxGTK/Makefile.common"
PKGNAME= ${DISTNAME:S/wxGTK/wxGTK-contrib/}
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= GTK-based implementation of the wxWidgets GUI library (contrib libraries)
USE_TOOLS+= gmake
do-build:
cd ${WRKSRC}/contrib/src && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS}
do-install:
cd ${WRKSRC}/contrib/src && ${SETENV} ${MAKE_ENV} ${MAKE} install ${MAKE_FLAGS}
.include "../../x11/wxGTK/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|