pkgsrc-wip/wxGTK-contrib-unicode/Makefile
Sergey Svishchev 7b4709677e Delint:
- convert spaces to tabs (pkglint --autofix)
- set, not append to USE_LANGUAGES
2006-10-29 08:32:37 +00:00

23 lines
675 B
Makefile

# $NetBSD: Makefile,v 1.2 2006/10/29 08:32:58 shattered Exp $
#
.include "../../wip/wxGTK-unicode/Makefile.common"
PKGNAME= ${DISTNAME:S/wxGTK/wxGTK-contrib-unicode/}
PKGREVISION= 0
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"