diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-06 12:01:53 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-06 12:01:53 +0800 |
commit | 036321dd26f17b2de355ca6d50f87cffc799e38e (patch) | |
tree | 50dba61dbdfabeea14e1f8c97238fc109e204862 /accessibility/atk/Makefile | |
parent | 7b685f16677180dc454bba7d482c7e7818df45a6 (diff) | |
download | marcuscom-ports-036321dd26f17b2de355ca6d50f87cffc799e38e.tar marcuscom-ports-036321dd26f17b2de355ca6d50f87cffc799e38e.tar.gz marcuscom-ports-036321dd26f17b2de355ca6d50f87cffc799e38e.tar.bz2 marcuscom-ports-036321dd26f17b2de355ca6d50f87cffc799e38e.tar.lz marcuscom-ports-036321dd26f17b2de355ca6d50f87cffc799e38e.tar.xz marcuscom-ports-036321dd26f17b2de355ca6d50f87cffc799e38e.tar.zst marcuscom-ports-036321dd26f17b2de355ca6d50f87cffc799e38e.zip |
- Clean accessibility
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5054 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/atk/Makefile')
-rw-r--r-- | accessibility/atk/Makefile | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile deleted file mode 100644 index 14d7bb660..000000000 --- a/accessibility/atk/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: atk -# Date Created: 14 May 2001 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/accessibility/atk/Makefile,v 1.55 2005/08/30 19:13:43 marcus Exp $ -# - -PORTNAME= atk -PORTVERSION= 1.10.3 -CATEGORIES= accessibility devel -MASTER_SITES= ${MASTER_SITE_GNOME} \ - ftp://ftp.gtk.org/pub/gtk/v2.6/ -MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.10 -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNOME accessibility toolkit (ATK) - -USE_BZIP2= yes -INSTALLS_SHLIB= yes -USE_AUTOTOOLS= libtool:15 -USE_GNOME= gnomehack glib20 ltverhack -CONFIGURE_ARGS= --enable-static \ - --disable-gtk-doc \ - --with-html-dir=${PREFIX}/share/doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -post-patch: - @${REINPLACE_CMD} -e "/^SUBDIRS =/s/tests//" \ - ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> |