1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/x11-toolkits/gtkada/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

35 lines
756 B
Makefile

# New ports collection makefile for: gtkada
# Date Created: 27 Nov 2000
# Whom: Samuel Tardieu <sam@inf.enst.fr>
#
# $FreeBSD$
#
PORTNAME= gtkada
PORTVERSION= 2.4.0
PORTREVISION= 4
CATEGORIES= x11-toolkits
MASTER_SITES= https://libre2.adacore.com/GtkAda/ \
http://libre.act-europe.fr/GtkAda/ \
http://www.sourcefiles.org/Programming/Development/Interfaces/
DISTNAME= GtkAda-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= hopet@ics.muni.cz
COMMENT= Gtk2 binding for Ada
BUILD_DEPENDS= gnatgcc:${PORTSDIR}/lang/gnat
CONFLICTS= gtkada-devel-[0-9]* gtkada-gcc-[0-9]*
USE_GL= gl
USE_GNOME= gtk20 libglade2
USE_GMAKE= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-GL=GL
EXAMPLESDIR= ${DATADIR}/examples
.include <bsd.port.mk>