1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/devel/libindicator/Makefile
Steve Wills 696ed3e668 devel/libindicator: create port
A set of symbols and convience functions that all indicators would like to use.

WWW: https://launchpad.net/libindicator
2018-05-05 03:47:25 +00:00

19 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>