blob: 78435965adcb050867b756aee64e1141fc4c0ab2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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= ftp://ftp.blackened.com/pub/irc/blackened/
MAINTAINER= toast@blackened.com
COMMENT= The Blackened IRC Client
GNU_CONFIGURE= yes
PLIST_SUB= VERSION=${PORTVERSION}
CONFIGURE_ARGS= --prefix=${PREFIX}
.include <bsd.port.mk>
|