1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/irc/sic/Makefile
Sunpoet Po-Chuan Hsieh 1cddedf370 - Use USES=tar:tgz
2016-12-27 18:16:18 +00:00

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