pkgsrc-wip/wxGTK-contrib-unicode/Makefile
Thomas Klausner 745a424352 Fix installation with user-destdir. s/so/la/ in PLIST, since that is what is
installed for me on NetBSD-5.99.8/amd64.
2009-04-04 12:30:12 +00:00

23 lines
694 B
Makefile

# $NetBSD: Makefile,v 1.4 2009/04/04 12:30:12 thomasklausner 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} ${BUILD_MAKE_FLAGS}
do-install:
cd ${WRKSRC}/contrib/src && ${SETENV} ${MAKE_ENV} ${MAKE} install ${INSTALL_MAKE_FLAGS}
.include "../../wip/wxGTK-unicode/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"