34 lines
819 B
Makefile
34 lines
819 B
Makefile
# Created by: Eric Turgeon <ericbsd@FreeBSD.org>
|
|
# $FreeBSD$
|
|
PORTNAME= mate-indicator-applet
|
|
PORTVERSION= 1.24.0
|
|
CATEGORIES= deskutils mate
|
|
MASTER_SITES= MATE
|
|
DIST_SUBDIR= mate
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Applet to display information from various applications in the panel
|
|
|
|
LICENSE= GPLv3 LGPL21
|
|
LICENSE_COMB= multi
|
|
LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING
|
|
LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL
|
|
|
|
BUILD_DEPENDS= libindicator>=12.10.1:devel/libindicator
|
|
RUN_DEPENDS= mate-applets>=1.22.0:x11/mate-applets \
|
|
libindicator>=12.10.1:devel/libindicator
|
|
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= compiler:c11 gettext gmake gnome libtool localbase mate \
|
|
pkgconfig tar:xz
|
|
USE_CSTD= c11
|
|
|
|
USE_MATE= panel
|
|
USE_GNOME= gtk30
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_ICONS= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|