c487cb967a
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
26 lines
773 B
Makefile
26 lines
773 B
Makefile
# $NetBSD: Makefile,v 1.12 2004/10/03 00:18:37 tv Exp $
|
|
#
|
|
|
|
DISTNAME= paragui-1.0.4
|
|
PKGREVISION= 5
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://savannah.nongnu.org/download/paragui/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.paragui.org/
|
|
COMMENT= Cross-platform high-level application framework and GUI library
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
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"
|