diff --git a/accessibility/at-spi/Makefile b/accessibility/at-spi/Makefile index d5d677ad1b7c..adec6a788d8a 100644 --- a/accessibility/at-spi/Makefile +++ b/accessibility/at-spi/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: at-spi -# Date Created: 12 April 2002 -# Whom: Maxim Sobolev -# +# Created by: Maxim Sobolev # $FreeBSD$ # $MCom: ports/accessibility/at-spi/Makefile,v 1.103 2010/09/27 09:47:42 kwm Exp $ -# PORTNAME= at-spi PORTVERSION= 1.32.0 @@ -14,7 +10,7 @@ MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -COMMENT= An Assistive Technology Service Provider Interface +COMMENT= Assistive Technology Service Provider Interface USE_BZIP2= yes diff --git a/accessibility/at-spi2-core/Makefile b/accessibility/at-spi2-core/Makefile index f3a594bfdf5e..4e11ffcf028e 100644 --- a/accessibility/at-spi2-core/Makefile +++ b/accessibility/at-spi2-core/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: at-spi -# Date Created: 12 April 2002 -# Whom: Maxim Sobolev -# +# Created by: Maxim Sobolev # $FreeBSD$ # $MCom: ports/accessibility/at-spi2-core/Makefile,v 1.17 2010/11/16 11:48:22 kwm Exp $ -# PORTNAME= at-spi2-core PORTVERSION= 0.4.1 @@ -13,12 +9,12 @@ MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -COMMENT= An Assistive Technology Service Provider Interface +COMMENT= Assistive Technology Service Provider Interface -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib +LICENSE= LGPL21 + +LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib -LICENSE= LGPL21 -LICENSE_FILE= ${WRKSRC}/COPYING USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes @@ -26,6 +22,7 @@ USE_GNOME= gnomehack gnomehier intlhack USE_XORG= x11 xi xtst GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile index cdc84181c444..f1b57e52e3b5 100644 --- a/accessibility/atk/Makefile +++ b/accessibility/atk/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: atk -# Date Created: 14 May 2001 -# Whom: Maxim Sobolev -# +# Created by: Maxim Sobolev # $FreeBSD$ # $MCom: ports/accessibility/atk/Makefile,v 1.114 2011/06/13 20:32:27 kwm Exp $ -# PORTNAME= atk PORTVERSION= 2.0.1 @@ -14,7 +10,7 @@ MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNOME accessibility toolkit (ATK) +COMMENT= GNOME accessibility toolkit (ATK) USE_XZ= yes diff --git a/accessibility/ruby-atk/Makefile b/accessibility/ruby-atk/Makefile index 3f60ead372d5..92d6fcbb34b4 100644 --- a/accessibility/ruby-atk/Makefile +++ b/accessibility/ruby-atk/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: Ruby/ATK -# Date created: 05 April 2004 -# Whom: Mezz -# +# Created by: Jeremy Messenger # $FreeBSD$ # $MCom: ports/accessibility/ruby-atk/Makefile,v 1.2 2005/10/17 07:05:39 mezz Exp $ -# PORTNAME= atk PORTVERSION= ${RUBY_GNOME_PORTVERSION} @@ -18,7 +14,7 @@ DIST_SUBDIR= ${RUBY_GNOME_DIST_SUBDIR} MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby binding for ATK -BUILD_DEPENDS+= rubygem-pkg-config>=1.0.7:${PORTSDIR}/devel/rubygem-pkg-config +BUILD_DEPENDS+= rubygem-pkg-config>=1.0.7:${PORTSDIR}/devel/rubygem-pkg-config RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR:S/${PREFIX}/${LOCALBASE}/}/glib2.so:${PORTSDIR}/devel/ruby-glib2 \ rubygem-pkg-config>=1.0.7:${PORTSDIR}/devel/rubygem-pkg-config @@ -29,7 +25,7 @@ CONFIGURE_ARGS= --with-pkg-config-dir=${LOCALBASE}/libdata/pkgconfig MASTERDIR= ${.CURDIR}/../../x11/ruby-gnome2 PKGDIR= ${.CURDIR} - + .include "${MASTERDIR}/Makefile.common" WRKSRC= ${RUBY_GNOME_WRKSRC}/atk diff --git a/accessibility/yasr/Makefile b/accessibility/yasr/Makefile index dd8fc082c7fc..c4f07ebc7099 100644 --- a/accessibility/yasr/Makefile +++ b/accessibility/yasr/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: yasr -# Date created: Wed Jan 14 2004 -# Whom: David K. Gerry -# +# Created by: David K. Gerry # $FreeBSD$ -# PORTNAME= yasr PORTVERSION= 0.6.9 @@ -12,7 +8,9 @@ CATEGORIES= accessibility MASTER_SITES= SF MAINTAINER= David.K.Gerry@GMail.com -COMMENT= A general-purpose console screen reader +COMMENT= General-purpose console screen reader + +LICENSE= LGPL20 GNU_CONFIGURE= yes USE_GMAKE= yes