diff options
Diffstat (limited to 'accessibility/atk/Makefile')
-rw-r--r-- | accessibility/atk/Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile deleted file mode 100644 index bb1da78f20ac..000000000000 --- a/accessibility/atk/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -PORTNAME= atk -PORTVERSION= 2.38.0 -PORTREVISION?= 0 -CATEGORIES= accessibility devel -MASTER_SITES= GNOME -DIST_SUBDIR= gnome - -MAINTAINER= desktop@FreeBSD.org -COMMENT= GNOME accessibility toolkit (ATK) -WWW= https://developer.gnome.org/atk/ - -LICENSE= LGPL20+ -LICENSE_FILE= ${WRKSRC}/COPYING - -PORTSCOUT= limitw:1,even - -USE_LDCONFIG= yes -USES= gettext gnome localbase meson pkgconfig tar:xz -USE_GNOME= glib20 introspection:build - -.include <bsd.port.mk> |