1cef6a66e8
STD 1003.5b: 1996, and parts of IEEE STD 1003.5c: 1998, also known as the POSIX Ada Bindings. WWW: http://libre.adacore.com/ PR: ports/107411 Submitted by: John Merryweather Cooper
38 lines
994 B
Makefile
38 lines
994 B
Makefile
# New ports collection makefile for: florist-gpl
|
|
# Date created: 31 Dec 2006
|
|
# Whom: John Merryweather Cooper
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= florist-gpl
|
|
PORTVERSION= 2006
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://libre.adacore.com/
|
|
EXTRACT_SUFX= -src.tgz
|
|
|
|
MAINTAINER= john_m_cooper@yahoo.com
|
|
COMMENT= The POSIX Ada Binding
|
|
|
|
BUILD_DEPENDS= gnatmake:${PORTSDIR}/lang/gnat
|
|
|
|
GNU_CONFIGURE= yes
|
|
CFLAGS+= ${PTHREAD_CFLAGS}
|
|
CONFIGURE_ENV= CFLAGS="${CFLAGS}" \
|
|
LIBS="${PTHREAD_LIBS}"
|
|
|
|
# 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}/florist-${PORTVERSION}-src
|
|
|
|
.include <bsd.port.mk>
|