mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
09a055a2fe
- Convert to USES=tar - Convert tab to space in WWW - Add LICENSE
23 lines
440 B
Makefile
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>
|