summaryrefslogtreecommitdiff
path: root/x11/paragui/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/paragui/Makefile')
-rw-r--r--x11/paragui/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11/paragui/Makefile b/x11/paragui/Makefile
new file mode 100644
index 00000000000..f8fb0771b18
--- /dev/null
+++ b/x11/paragui/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/07/13 20:54:32 wiz Exp $
+#
+
+DISTNAME= paragui-1.0.4
+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"