blob: cc1fdc2be78c95d0cc8ac1a34c4c268454d3a2a3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# 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>
|