summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtkada/Makefile
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2011-03-02 00:29:45 +0000
committerWen Heping <wen@FreeBSD.org>2011-03-02 00:29:45 +0000
commit8e4c2b53b7c6c16d325b19096dfee082958768c9 (patch)
treea3dfe92bf5e461bc4b5c021e8112fd888f639946 /x11-toolkits/gtkada/Makefile
parentThis is 9.8.0, the first release version in the 9.8 series. (diff)
GtkAda is an Ada graphical toolkit based on Gtk+ widgets using the
object-oriented features of the language. Gtk+ is a graphical toolkit written in C for X-Window and Win32 that was originally developed as the basis for GIMP. WWW: http://libre.adacore.com/libre/tools/gtkada/ PR: ports/153828 Submitted by: John Marino <freebsdml@marino.st>
Notes
Notes: svn path=/head/; revision=270092
Diffstat (limited to 'x11-toolkits/gtkada/Makefile')
-rw-r--r--x11-toolkits/gtkada/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/x11-toolkits/gtkada/Makefile b/x11-toolkits/gtkada/Makefile
new file mode 100644
index 000000000000..17fe2467356d
--- /dev/null
+++ b/x11-toolkits/gtkada/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: gtkada
+# Date created: 12 December 2010
+# Whom: John Marino <draco@marino.st>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gtkada
+PORTVERSION= 2.22
+CATEGORIES= x11-toolkits
+MASTER_SITES= http://downloads.dragonlace.net/src/ \
+ http://dragonlace.mirrors.ada.cx/src/
+
+MAINTAINER= draco@marino.st
+COMMENT= Ada graphical toolkit based on Gtk2+
+
+BUILD_DEPENDS= gnat-aux>20101204:${PORTSDIR}/lang/gnat-aux
+BUILD_DEPENDS+= gtk>=2.22:${PORTSDIR}/x11-toolkits/gtk20
+RUN_DEPENDS+= gtk>=2.22:${PORTSDIR}/x11-toolkits/gtk20
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_BZIP2= yes
+USE_LDCONFIG= yes
+CC= gnatgcc
+
+CONFIGURE_ARGS+= --disable-nls
+
+.include <bsd.port.mk>