opnsense-ports/devel/libindicator/Makefile
Franco Fichtner 6806ff2dd5 */*: sync with upstream
Taken from: HardenedBSD
2018-05-04 20:54:23 +02:00

18 lines
420 B
Makefile

# $FreeBSD$
PORTNAME= libindicator
PORTVERSION= 12.10.1
CATEGORIES= devel
MASTER_SITES= https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/
MAINTAINER= swills@FreeBSD.org
COMMENT= Symbols and convience functions for desktop indicators
USES= gmake libtool pkgconfig
USE_GNOME= cairo gdkpixbuf2 gtk30
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>