opnsense-ports/irc/icbirc/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

23 lines
442 B
Makefile

# Created by: hrs
# $FreeBSD$
PORTNAME= icbirc
PORTVERSION= 1.8
PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= http://www.benzedrine.cx/
MAINTAINER= hrs@FreeBSD.org
COMMENT= Proxy IRC client and ICB server
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${FILESDIR}/COPYING
USES= uidfix
MAKE_ENV= BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/man/man"
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= bin/icbirc \
man/man8/icbirc.8.gz
.include <bsd.port.mk>