freebsd-ports/irc/ircII/Makefile
Bryan Drewery 09a055a2fe - Stage
- Convert to USES=tar
- Convert tab to space in WWW
- Add LICENSE
2014-04-11 01:01:55 +00:00

23 lines
440 B
Makefile

# Created by: torstenb
# $FreeBSD$
PORTNAME= ircii
PORTVERSION= 20111115
CATEGORIES= irc ipv6
MASTER_SITES= http://ircii.warped.com/
MAINTAINER= sylvio@FreeBSD.org
COMMENT= The 'Internet Relay Chat' and 'Internet Citizens Band' Client
LICENSE= BSD3CLAUSE
GNU_CONFIGURE= yes
CONFIGURE_ENV= IRCLIB=${PREFIX}/share/irc
USE_AUTOTOOLS= autoconf213 autoheader213
USES= tar:bzip2
PLIST_SUB= VERSION="${PORTVERSION}"
.include <bsd.port.mk>