f184505469
For dns/openresolv give proper attribution. This was a copy/paste mistake the submitter made, which incorrectly gave me attribution for that file. I did not create it.
17 lines
309 B
Makefile
17 lines
309 B
Makefile
# $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"
|