12 lines
306 B
Makefile
12 lines
306 B
Makefile
|
#############################################################
|
||
|
#
|
||
|
# ngIRCd: Next Generation IRC Daemon
|
||
|
#
|
||
|
#############################################################
|
||
|
|
||
|
NGIRCD_VERSION = 17.1
|
||
|
NGIRCD_SITE = ftp://ftp.berlios.de/pub/ngircd/
|
||
|
NGIRCD_DEPENDENCIES = zlib
|
||
|
|
||
|
$(eval $(call AUTOTARGETS,package,ngircd))
|