summaryrefslogtreecommitdiff
path: root/irc/sic/Makefile
blob: c19198883e86815b84abd25a532e9473c64a301a (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
25
26
27
28
29
30
PORTNAME=	sic
PORTVERSION=	0.23a
PORTREVISION=	2
CATEGORIES=	irc
MASTER_SITES=	ftp://ftp.funet.fi/pub/unix/irc/sic/

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Another 'Internet Relay Chat' Client

LICENSE=	GPLv2

DEPRECATED=	Last upstream release was in 2001 and no upstream WWW
EXPIRATION_DATE=	2024-05-15

USES=		ncurses tar:tgz

GNU_CONFIGURE=	yes

PLIST_SUB=	VERSION="${PORTVERSION}"

.include <bsd.port.pre.mk>

.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
CFLAGS+=	-Wno-error=int-conversion
.endif

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-${PORTVERSION}

.include <bsd.port.post.mk>