23 lines
675 B
Makefile
23 lines
675 B
Makefile
# $NetBSD: Makefile,v 1.3 2008/12/13 21:33:41 shattered Exp $
|
|
#
|
|
|
|
.include "../../wip/wxGTK-unicode/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/wxGTK/wxGTK-contrib-unicode/}
|
|
PKGREVISION= #
|
|
MAINTAINER= milos.negovanovic@googlemail.com
|
|
COMMENT= GTK-based unicode implementation of the wxWidgets GUI library (contrib libraries)
|
|
|
|
USE_TOOLS+= gmake
|
|
|
|
# conflicts with non unicode version
|
|
CONFLICTS+= wxGTK-contrib-[0-9]*
|
|
|
|
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 "../../wip/wxGTK-unicode/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|