pkgsrc/x11/paragui/Makefile
tron a36fb86593 Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
2013-06-04 22:15:37 +00:00

26 lines
781 B
Makefile

# $NetBSD: Makefile,v 1.35 2013/06/04 22:17:28 tron Exp $
#
DISTNAME= paragui-1.0.4
PKGREVISION= 21
CATEGORIES= x11
MASTER_SITES= http://savannah.nongnu.org/download/paragui/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.paragui.org/
COMMENT= Cross-platform high-level application framework and GUI library
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= paragui.pc.in
GNU_CONFIGURE= yes
PTHREAD_OPTS+= require native
.include "../../devel/SDL/buildlink3.mk"
.include "../../devel/physfs/buildlink3.mk"
.include "../../graphics/SDL_image/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../textproc/expat/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"