Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Jan 2007 02:40:44 -0500
From:      John Merryweather Cooper <john_m_cooper@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org,  freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/107421: [NEW PORT/REPO-COPY] x11-toolkits/gtkada-gps -- A Gtk Ada Binding
Message-ID:  <459A0C7C.5020901@yahoo.com>
In-Reply-To: <200701020730.l027UFCK072251@freefall.freebsd.org>
References:  <200701020730.l027UFCK072251@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------040107070006080909000409
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

FreeBSD-gnats-submit@FreeBSD.org wrote:
> Thank you very much for your problem report.
> It has the internal identification `ports/107421'.
> The individual assigned to look at your
> report is: freebsd-ports-bugs. 
>
> You can access the state of your problem report at any time
> via this link:
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=107421
>
>   
>> Category:       ports
>> Responsible:    freebsd-ports-bugs
>> Synopsis:       [NEW PORT/REPO-COPY] x11-toolkits/gtkada-gps -- A Gtk Ada Binding
>> Arrival-Date:   Tue Jan 02 07:30:15 GMT 2007
>>     
>
>   
Oops!  Left out MASTER_SITES and manual download instructions.  See 
attached Makefile.

jmc


--------------040107070006080909000409
Content-Type: text/plain;
 name="Makefile"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="Makefile"

# New ports collection makefile for: gtkada-gps
# Date created:		31 Dec 2006
# Whom:			John Merryweather Cooper
#
# $FreeBSD$
#

PORTNAME=	gtkada-gps
PORTVERSION=	3.1.3
CATEGORIES=	x11-toolkits
MASTER_SITES=	http://libre.adacore.com/
EXTRACT_SUFX=	-src.tgz

MAINTAINER=	john_m_cooper@yahoo.com
COMMENT=	GNOME Gtk2 Ada Binding

BUILD_DEPENDS=	gnatmake:${PORTSDIR}/lang/gnat

CONFLICTS=	gtkada-[0-9]* gtkada-devel-[0-9]* gtkada-gcc-[0-9]*

USE_GNOME=	gtk20 libglade2
USE_GMAKE=	yes
USE_LDCONFIG=	yes
GNU_CONFIGURE=	yes

# Check for GNAT sources.
.if !exists(${DISTDIR}/${DISTFILE}) && !defined(PACKAGE_BUILDING)
ECHO_MSG=	${PRINTF}
IGNORE=Because of licensing and registration restrictions, you must fetch\n \
	the source distribution manually.  Please access\n \
	http://libre.adacore.com/\ with a web browser, register\n \
	(It's free!) and log in.  Download the source files:\n\n \
	\t${DISTFILE}\n\n \
	and place them in ${DISTDIR}\n
	${ECHO_MSG} ${IGNORE}
.endif

WRKSRC=		${WRKDIR}/GtkAda-2.4.2

.include <bsd.port.mk>

--------------040107070006080909000409--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?459A0C7C.5020901>