freebsd-ports/irc/irssi-icb/Makefile
Santhosh Raju 85580c7319 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)
2019-09-03 03:11:09 +00:00

33 lines
677 B
Makefile

# $FreeBSD$
PORTNAME= irssi-icb
PORTVERSION= 0.17
PORTREVISION= 2
CATEGORIES= irc
MAINTAINER= fox@FreeBSD.org
COMMENT= Irssi plugin for connecting to ICB network
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/include/irssi/src/common.h:irc/irssi
RUN_DEPENDS= irssi:irc/irssi
USES= autoreconf gnome libtool pkgconfig
USE_LDCONFIG= yes
USE_GNOME= glib20
USE_GITHUB= yes
GH_ACCOUNT= mglocker
GH_TAGNAME= c4e2ea8
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static \
--with-irssi=${LOCALBASE}/include/irssi
INSTALL_TARGET= install-strip
PLIST_FILES= lib/irssi/modules/libfe_icb.so \
lib/irssi/modules/libicb_core.so
.include <bsd.port.mk>