1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/x11-toolkits/gtkada-devel/Makefile
Pav Lucistnik 0eca88d377 This port has been broken for 3+ months, thus
- Mark DEPRECATED and schedule for expiration in one month

With hat:	portmgr
2009-12-08 14:30:09 +00:00

42 lines
917 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
PORTREVISION= 5
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]* gtkada-gcc-[0-9]*
BROKEN= does not build
DEPRECATED= has been broken for 3 months
EXPIRATION_DATE=2010-01-08
WRKSRC= ${WRKDIR}/GtkAda
USE_GL= gl
USE_GNOME= gtk20 libglade2 libgnomeui
USE_GMAKE= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-GL=Gl
EXTRA_PATCHES= ${FILESDIR}/obsolescence.patch
post-patch:
@${REINPLACE_CMD} -e 's|lib/pkgconfig|libdata/pkgconfig|' ${WRKSRC}/projects/Makefile
.include <bsd.port.mk>