7515dcbbe3
PR: ports/117871 Submitted by: Wesley Shields <wxs.at.atarininja.org> Approved by: portmgr@ (linimon@)
21 lines
418 B
Makefile
21 lines
418 B
Makefile
# Ports collection makefile for: silc-irssi-plugin
|
|
# Date created: Sat Jul 28, 2007
|
|
# Whom: Wesley Shields <wxs@atarininja.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
IRSSI_PLUGIN= -irssi
|
|
|
|
.include "${MASTERDIR}/Makefile"
|