0cac0c1e97
Hat: portmgr
22 lines
456 B
Makefile
22 lines
456 B
Makefile
# New ports collection makefile for: Blackened IRC client
|
|
# Date created: 11 Jun 1999
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= blackened
|
|
PORTVERSION= 1.8.1
|
|
CATEGORIES= irc
|
|
MASTER_SITES= http://freebsd.aeternal.net/ports/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= The Blackened IRC Client
|
|
|
|
GNU_CONFIGURE= yes
|
|
PLIST_SUB= VERSION=${PORTVERSION}
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
|
|
|
MAN1= blackened.1
|
|
|
|
.include <bsd.port.mk>
|