22 lines
451 B
Makefile
22 lines
451 B
Makefile
# Ports collection makefile for: silc-irssi-plugin
|
|
# Date created: Sat Jul 28, 2007
|
|
# Whom: Wesley Shields <wxs@atarininja.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= net irc
|
|
|
|
COMMENT= SILC plugin for IRSSI
|
|
|
|
USE_LDCONFIG= ${PREFIX}/lib/irssi/modules
|
|
|
|
MASTERDIR= ${.CURDIR}/../silc-client
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
CONFLICTS= silc-toolkit-1.1.* silc-client-1.1.*
|
|
|
|
IRSSI_PLUGIN= -irssi
|
|
|
|
.include "${MASTERDIR}/Makefile"
|