blob: d31df27242e058558273671a921eaa1eec1b60a9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: sic
# Date created: 04 Apr 1998
# Whom: sec@42.org
#
# $FreeBSD$
#
PORTNAME= sic
PORTVERSION= 0.23a
CATEGORIES= irc
MASTER_SITES= ftp://ftp.funet.fi/pub/unix/irc/sic/
EXTRACT_SUFX= .tgz
MAINTAINER= sec@42.org
COMMENT= Another 'Internet Relay Chat' Client
GNU_CONFIGURE= yes
PLIST_SUB+= VERSION="${PORTVERSION}"
MAN1= sic.1
MAN5= sic-alias.5 sic-server.5
.include <bsd.port.mk>
|