Sun Oct 9 23:57:09 2011 UTC ()
Single job mandatory: x11/gtkada


(marino)
diff -r1.2 -r1.3 pkgsrc/x11/gtkada/Makefile

cvs diff -r1.2 -r1.3 pkgsrc/x11/gtkada/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/gtkada/Attic/Makefile 2011/04/22 13:42:46 1.2
+++ pkgsrc/x11/gtkada/Attic/Makefile 2011/10/09 23:57:09 1.3
@@ -1,32 +1,33 @@ @@ -1,32 +1,33 @@
1# $NetBSD: Makefile,v 1.2 2011/04/22 13:42:46 obache Exp $ 1# $NetBSD: Makefile,v 1.3 2011/10/09 23:57:09 marino Exp $
2# 2#
3 3
4DISTNAME= gtkada-2.22 4DISTNAME= gtkada-2.22
5PKGREVISION= 1 5PKGREVISION= 1
6CATEGORIES= x11 6CATEGORIES= x11
7MASTER_SITES= http://downloads.dragonlace.net/src/ \ 7MASTER_SITES= http://downloads.dragonlace.net/src/ \
8 http://dragonlace.mirrors.ada.cx/src/ 8 http://dragonlace.mirrors.ada.cx/src/
9EXTRACT_SUFX= .tar.bz2 9EXTRACT_SUFX= .tar.bz2
10 10
11MAINTAINER= draco@marino.st 11MAINTAINER= draco@marino.st
12HOMEPAGE= http://libre.adacore.com/libre/tools/gtkada/ 12HOMEPAGE= http://libre.adacore.com/libre/tools/gtkada/
13COMMENT= Ada graphical toolkit based on Gtk+ 13COMMENT= Ada graphical toolkit based on Gtk+
14LICENSE= gnu-gpl-v2 14LICENSE= gnu-gpl-v2
15 15
16PKG_DESTDIR_SUPPORT= user-destdir 16PKG_DESTDIR_SUPPORT= user-destdir
17 17
18GNU_CONFIGURE= yes 18GNU_CONFIGURE= yes
19USE_TOOLS+= gmake pkg-config 19USE_TOOLS+= gmake pkg-config
 20MAKE_JOBS_SAFE= no
20 21
21FULL_PATH= /sbin:/bin:/usr/sbin:/usr/bin:${PREFIX}/sbin:${PREFIX}/bin:${PREFIX}/lib/pkgconfig 22FULL_PATH= /sbin:/bin:/usr/sbin:/usr/bin:${PREFIX}/sbin:${PREFIX}/bin:${PREFIX}/lib/pkgconfig
22MY_CONFIGURE_ENV= PATH=${FULL_PATH} 23MY_CONFIGURE_ENV= PATH=${FULL_PATH}
23MY_CONFIGURE_ENV+= CC=gnatgcc 24MY_CONFIGURE_ENV+= CC=gnatgcc
24CONFIGURE_ARGS+= --disable-nls 25CONFIGURE_ARGS+= --disable-nls
25PKGCONFIG_OVERRIDE+= projects/gtkada.pc.in 26PKGCONFIG_OVERRIDE+= projects/gtkada.pc.in
26 27
27post-wrapper: 28post-wrapper:
28 # We disable at least the wrapper binaries on all GNAT AUX ports to 29 # We disable at least the wrapper binaries on all GNAT AUX ports to
29 # avoid linkage and build problems. In this case we need the wrappers 30 # avoid linkage and build problems. In this case we need the wrappers
30 # for the sed transformation script. 31 # for the sed transformation script.
31 ${RM} ${WRKDIR}/.wrapper/bin/* 32 ${RM} ${WRKDIR}/.wrapper/bin/*
32 33