1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/irc/sic/Makefile
2016-02-05 09:31:40 +00:00

23 lines
427 B
Makefile

# Created by: 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= ports@FreeBSD.org
COMMENT= Another 'Internet Relay Chat' Client
LICENSE= GPLv2
USES= ncurses
GNU_CONFIGURE= yes
PLIST_SUB+= VERSION="${PORTVERSION}"
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-${PORTVERSION}
.include <bsd.port.mk>