diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-31 22:18:51 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-31 22:18:51 +0000 |
commit | 336ae3953d3d62c41f48186a34121cb574159ca6 (patch) | |
tree | 514fbec7b37d5858d68f5654aa26807a11992fe7 /accessibility | |
parent | 25365ad3f37dc7b9b2ea7aa219f9f07f096d732d (diff) | |
download | ports-336ae3953d3d62c41f48186a34121cb574159ca6.tar.gz ports-336ae3953d3d62c41f48186a34121cb574159ca6.zip |
Notes
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/at-spi-reference/Makefile | 7 | ||||
-rw-r--r-- | accessibility/at-spi/Makefile | 6 | ||||
-rw-r--r-- | accessibility/atk-reference/Makefile | 7 | ||||
-rw-r--r-- | accessibility/atk/Makefile | 2 | ||||
-rw-r--r-- | accessibility/gail-reference/Makefile | 7 | ||||
-rw-r--r-- | accessibility/gail/Makefile | 5 |
6 files changed, 26 insertions, 8 deletions
diff --git a/accessibility/at-spi-reference/Makefile b/accessibility/at-spi-reference/Makefile index 464535ff50df..3735d61ba2ba 100644 --- a/accessibility/at-spi-reference/Makefile +++ b/accessibility/at-spi-reference/Makefile @@ -1,4 +1,11 @@ +# New ports collection makefile for: at-spi-reference +# Date created: 09 May 2006 +# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org> +# # $FreeBSD$ +# + +PORTREVISION= 1 BOOKS= cspi idl diff --git a/accessibility/at-spi/Makefile b/accessibility/at-spi/Makefile index fd586745b6df..50d9f0a468e6 100644 --- a/accessibility/at-spi/Makefile +++ b/accessibility/at-spi/Makefile @@ -8,6 +8,7 @@ PORTNAME= at-spi PORTVERSION= 1.7.7 +PORTREVISION?= 1 CATEGORIES= accessibility x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -17,17 +18,14 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= An Assistive Technology Service Provider Interface USE_BZIP2= yes -PREFIX?= ${X11BASE} .if !defined(REFERENCE_PORT) -PORTREVISION= 1 - USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnomehier intltool gail libbonobo \ intlhack -USE_XLIB= yes +USE_X_PREFIX= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static diff --git a/accessibility/atk-reference/Makefile b/accessibility/atk-reference/Makefile index fe0035ece1de..986485209517 100644 --- a/accessibility/atk-reference/Makefile +++ b/accessibility/atk-reference/Makefile @@ -1,4 +1,11 @@ +# New ports collection makefile for: atk-reference +# Date created: 09 May 2006 +# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org> +# # $FreeBSD$ +# + +PORTREVISION= 0 REFERENCE_SRC= ${WRKSRC}/docs diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile index ca5c5c1bd404..66fe20e6d1ad 100644 --- a/accessibility/atk/Makefile +++ b/accessibility/atk/Makefile @@ -8,6 +8,7 @@ PORTNAME= atk PORTVERSION= 1.11.4 +PORTREVISION?= 1 CATEGORIES= accessibility devel MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -20,7 +21,6 @@ USE_BZIP2= yes .if !defined(REFERENCE_PORT) -PORTREVISION= 1 USE_GETTEXT= yes INSTALLS_SHLIB= yes USE_AUTOTOOLS= libtool:15 diff --git a/accessibility/gail-reference/Makefile b/accessibility/gail-reference/Makefile index 99581ea39e7d..39d2197639a0 100644 --- a/accessibility/gail-reference/Makefile +++ b/accessibility/gail-reference/Makefile @@ -1,4 +1,11 @@ +# New ports collection makefile for: gail-reference +# Date created: 09 May 2006 +# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org> +# # $FreeBSD$ +# + +PORTREVISION= 1 REFERENCE_SRC= ${WRKSRC}/docs/reference/libgail-util diff --git a/accessibility/gail/Makefile b/accessibility/gail/Makefile index 7c58d670d751..b4991f9cf43f 100644 --- a/accessibility/gail/Makefile +++ b/accessibility/gail/Makefile @@ -8,6 +8,7 @@ PORTNAME= gail PORTVERSION= 1.8.11 +PORTREVISION?= 1 CATEGORIES= accessibility x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -17,13 +18,11 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= An implementation of the ATK interfaces for GTK+ widgets USE_BZIP2= yes -PREFIX?= ${X11BASE} .if !defined(REFERENCE_PORT) -PORTREVISION= 1 - USE_GETTEXT= yes +USE_X_PREFIX= yes USE_GMAKE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes |