blob: fd43f0bae021be1b031aefefa1e2ef57c7115006 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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"
|