1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/x11-toolkits/gtkada-devel/Makefile
Pav Lucistnik 664c758399 GtkAda is an Ada95 graphical toolkit based on Gtk+, providing the complete set
of Gtk+ widgets using the Object-Oriented features of this language. GtkAda
supports the latest 2.2 and 2.4 stable releases.

WWW: https://libre2.adacore.com/GtkAda/

PR:		ports/99005
Submitted by:	Petr Holub <hopet@ics.muni.cz>
Thanks to:	miwi (testing)
2006-10-08 17:34:37 +00:00

37 lines
768 B
Makefile

# New ports collection makefile for: gtkada
# Date Created: 27 Nov 2000
# Whom: Samuel Tardieu <sam@inf.enst.fr>
#
# $FreeBSD$
#
PORTNAME= gtkada
PORTVERSION= 20060615
CATEGORIES= x11-toolkits
MASTER_SITES= http://sitola.fi.muni.cz/~hopet/gtkada/
PKGNAMESUFFIX= -devel
DISTNAME= GtkAda-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= hopet@ics.muni.cz
COMMENT= Gtk2 binding for Ada
BUILD_DEPENDS= gnatgcc:${PORTSDIR}/lang/gnat
CONFLICTS= gtkada-[0-9]*
WRKSRC= ${WRKDIR}/GtkAda
USE_X_PREFIX= yes
USE_GNOME= gtk20 libglade2 libgnomeui
USE_GMAKE= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
EXTRA_PATCHES= ${FILESDIR}/obsolescence.patch
post-patch:
@${REINPLACE_CMD} -e 's|lib/pkgconfig|libdata/pkgconfig|' ${WRKSRC}/projects/Makefile
.include <bsd.port.mk>