pkgsrc/x11/paragui/Makefile
jmmv 30925b26c7 Bump revision due to SDL update, and sync versions in buildlink files where
needed.  This is required because esound has been droped as a dependancy.
2003-07-26 21:41:08 +00:00

25 lines
785 B
Makefile

# $NetBSD: Makefile,v 1.4 2003/07/26 21:41:29 jmmv Exp $
#
DISTNAME= paragui-1.0.4
PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://savannah.nongnu.org/download/paragui/stable.pkg/1.0.4/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.paragui.org/
COMMENT= Cross-platform high-level application framework and GUI library
USE_BUILDLINK2= yes
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool ${WRKSRC}/src/physfs/libtool
PKGCONFIG_OVERRIDE+= ${WRKSRC}/paragui.pc.in
GNU_CONFIGURE= yes
.include "../../devel/SDL/buildlink2.mk"
.include "../../devel/physfs/buildlink2.mk"
.include "../../graphics/SDL_image/buildlink2.mk"
.include "../../textproc/expat/buildlink2.mk"
.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"