diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-07-22 12:44:44 +0200 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-07-22 13:12:55 +0200 |
commit | 25544f02b66f798dab5fe903f034fe440ca3b24f (patch) | |
tree | b953a73c798fc6c89641ed57aba803ddc0d1c756 | |
parent | devel/cirrus-cli: Update version 0.140.4=>0.140.5 (diff) |
devel/libindicator: Refactor
- Add LICENSE GPLv3
- Pet portclippy
- Pass maintainership to gnome as there are only a small number of
ports dependent upon this library and all of those are from gnome
-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> |