mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
19 lines
323 B
Makefile
19 lines
323 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
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|