diff options
Diffstat (limited to 'accessibility/gail/Makefile')
-rw-r--r-- | accessibility/gail/Makefile | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/accessibility/gail/Makefile b/accessibility/gail/Makefile deleted file mode 100644 index 413c503c9..000000000 --- a/accessibility/gail/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: gail -# Date Created: 12 February 2002 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/accessibility/gail/Makefile,v 1.43 2006/04/13 07:52:29 bland Exp $ -# - -PORTNAME= gail -PORTVERSION= 1.8.11 -CATEGORIES= accessibility x11-toolkits -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= An implementation of the ATK interfaces for GTK+ widgets - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -USE_GNOME= gnomehack libgnomecanvas lthack -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --disable-gtk-doc \ - --with-html-dir=${PREFIX}/share/doc - -post-patch: - @${REINPLACE_CMD} -e "/^SUBDIRS =/s|tests||" ${WRKSRC}/configure \ - ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> |