mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
696ed3e668
A set of symbols and convience functions that all indicators would like to use. WWW: https://launchpad.net/libindicator
19 lines
420 B
Makefile
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>
|