mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
090059a210
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)
35 lines
756 B
Makefile
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>
|