blob: 8c695b6d7755958ff0cb581cba7690ef5d96794e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= amtk
PORTVERSION= 5.2.0
CATEGORIES= x11-toolkits
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= Actions, Menus and Toolbars Kit
LICENSE= LGPL21
USES= gettext gmake gnome libtool pkgconfig tar:xz
USE_GNOME= cairo introspection gdkpixbuf2 gtk30
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-gtk-doc \
--disable-gtk-doc-html \
--disable-dependency-tracking
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>
|