1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/x11-toolkits/gtkada/Makefile
2012-06-01 05:26:28 +00:00

31 lines
738 B
Makefile

# New ports collection makefile for: gtkada
# Date created: 12 December 2010
# Whom: John Marino <draco@marino.st>
#
# $FreeBSD$
#
PORTNAME= gtkada
PORTVERSION= 2.22
PORTREVISION= 1
CATEGORIES= x11-toolkits
MASTER_SITES= http://downloads.dragonlace.net/src/ \
http://dragonlace.mirrors.ada.cx/src/
MAINTAINER= draco@marino.st
COMMENT= Ada graphical toolkit based on Gtk2+
BUILD_DEPENDS= gnat-aux>20101204:${PORTSDIR}/lang/gnat-aux
BUILD_DEPENDS+= gtk>=2.22:${PORTSDIR}/x11-toolkits/gtk20
RUN_DEPENDS+= gtk>=2.22:${PORTSDIR}/x11-toolkits/gtk20
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_BZIP2= yes
USE_LDCONFIG= yes
CC= gnatgcc
CONFIGURE_ARGS+= --disable-nls
.include <bsd.port.mk>