aboutsummaryrefslogtreecommitdiffstats
path: root/irc/blackened/Makefile
blob: a0f1ab6b04caf67235f41fe0ca3413bbbbd320d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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

GNU_CONFIGURE=  yes
PLIST_SUB=  VERSION=${PORTVERSION}
CONFIGURE_ARGS= --prefix=${PREFIX}

.include <bsd.port.mk>