diff options
author | fox <fox@FreeBSD.org> | 2019-09-03 11:11:09 +0800 |
---|---|---|
committer | fox <fox@FreeBSD.org> | 2019-09-03 11:11:09 +0800 |
commit | 0b62de5e5366e8ad46bca3bf7e14f767f9dad681 (patch) | |
tree | 872fbb0f98e54e8d177804d50b86a284ef6d9f5f /irc | |
parent | f03ae7ad53003b78422c57bc2bf4c0123e57ba3f (diff) | |
download | freebsd-ports-gnome-0b62de5e5366e8ad46bca3bf7e14f767f9dad681.tar.gz freebsd-ports-gnome-0b62de5e5366e8ad46bca3bf7e14f767f9dad681.tar.zst freebsd-ports-gnome-0b62de5e5366e8ad46bca3bf7e14f767f9dad681.zip |
irc/irssi-icb: Makefile cleanup
- Cleans up the Makefile by running portlint(1) and portfmt(1).
- Also adds "gnome" to USES to prevent the "USE_GNOME alone is deprecated" message.
- Updates the MAINTAINER email
PR: 239996
Approved by: philip (mentor)
Diffstat (limited to 'irc')
-rw-r--r-- | irc/irssi-icb/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/irc/irssi-icb/Makefile b/irc/irssi-icb/Makefile index 0bb7a509a6c0..fa1dcd7f80f4 100644 --- a/irc/irssi-icb/Makefile +++ b/irc/irssi-icb/Makefile @@ -5,7 +5,7 @@ PORTVERSION= 0.17 PORTREVISION= 2 CATEGORIES= irc -MAINTAINER= santhosh.raju@gmail.com +MAINTAINER= fox@FreeBSD.org COMMENT= Irssi plugin for connecting to ICB network LICENSE= GPLv2 @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/irssi/src/common.h:irc/irssi RUN_DEPENDS= irssi:irc/irssi -USES= autoreconf libtool pkgconfig +USES= autoreconf gnome libtool pkgconfig USE_LDCONFIG= yes USE_GNOME= glib20 @@ -23,10 +23,11 @@ GH_ACCOUNT= mglocker GH_TAGNAME= c4e2ea8 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-static --with-irssi=${LOCALBASE}/include/irssi +CONFIGURE_ARGS= --disable-static \ + --with-irssi=${LOCALBASE}/include/irssi INSTALL_TARGET= install-strip -PLIST_FILES= lib/irssi/modules/libicb_core.so \ - lib/irssi/modules/libfe_icb.so +PLIST_FILES= lib/irssi/modules/libfe_icb.so \ + lib/irssi/modules/libicb_core.so .include <bsd.port.mk> |