c15d6133c6
- give maintainership to submitter PR: ports/88175 Submitted by: Martin Hudec <corwin@aeternal.net>
20 lines
438 B
Makefile
20 lines
438 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= corwin@aeternal.net
|
|
COMMENT= The Blackened IRC Client
|
|
|
|
GNU_CONFIGURE= yes
|
|
PLIST_SUB= VERSION=${PORTVERSION}
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
|
|
|
.include <bsd.port.mk>
|