diff options
Diffstat (limited to 'devel/libindicator/Makefile')
-rw-r--r-- | devel/libindicator/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/devel/libindicator/Makefile b/devel/libindicator/Makefile index 501dd1fc95ea..bf7120bc6ed3 100644 --- a/devel/libindicator/Makefile +++ b/devel/libindicator/Makefile @@ -1,18 +1,22 @@ PORTNAME= libindicator -PORTVERSION= 12.10.1 -PORTREVISION= 2 +DISTVERSION= 12.10.1 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/ -MAINTAINER= bofh@FreeBSD.org +MAINTAINER= gnome@FreeBSD.org COMMENT= Symbols and convience functions for desktop indicators WWW= https://launchpad.net/libindicator +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + USES= compiler:c++11-lang gmake gnome libtool pkgconfig USE_GNOME= cairo gdkpixbuf gtk30 -GNU_CONFIGURE= yes USE_LDCONFIG= yes +GNU_CONFIGURE= yes + INSTALL_TARGET= install-strip .include <bsd.port.mk> |