blob: ad5afa1445130b272f9299a95fc8893317de2376 (
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= http://freebsd.aeternal.net/ports/
MAINTAINER= corwin@aeternal.net
COMMENT= The Blackened IRC Client
GNU_CONFIGURE= yes
PLIST_SUB= VERSION=${PORTVERSION}
CONFIGURE_ARGS= --prefix=${PREFIX}
.include <bsd.port.mk>
|