mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
bde632055f
All these ports builds without libtool. Tested using Poudriere. Approved by: portmgr (blanket, build fix), diizzy (mentor) Differential Revision: https://reviews.freebsd.org/D45376
20 lines
412 B
Makefile
20 lines
412 B
Makefile
PORTNAME= amtk
|
|
PORTVERSION= 5.6.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Actions, Menus and Toolbars Kit
|
|
WWW= https://wiki.gnome.org/Projects/Amtk
|
|
|
|
LICENSE= LGPL21
|
|
|
|
BUILD_DEPENDS= gtk-doc>0:textproc/gtk-doc
|
|
|
|
USES= gettext gmake gnome meson pkgconfig tar:xz
|
|
USE_GNOME= cairo gdkpixbuf2 gtk30 introspection
|
|
|
|
.include <bsd.port.mk>
|