1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/irc/sic/Makefile

21 lines
403 B
Makefile
Raw Normal View History

# Created by: sec@42.org
PORTNAME= sic
PORTVERSION= 0.23a
CATEGORIES= irc
MASTER_SITES= ftp://ftp.funet.fi/pub/unix/irc/sic/
MAINTAINER= ports@FreeBSD.org
2003-02-21 12:17:17 +00:00
COMMENT= Another 'Internet Relay Chat' Client
2014-08-15 07:00:52 +00:00
LICENSE= GPLv2
2016-12-27 18:16:18 +00:00
USES= ncurses tar:tgz
2014-08-15 07:00:52 +00:00
GNU_CONFIGURE= yes
2016-12-27 18:16:18 +00:00
PLIST_SUB= VERSION="${PORTVERSION}"
2014-08-15 07:00:52 +00:00
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-${PORTVERSION}
.include <bsd.port.mk>