mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
2f595fe380
PR: 12867 Submitted by: Will Andrews <andrews@technologist.com>, maintainer
24 lines
549 B
Makefile
24 lines
549 B
Makefile
# New ports collection makefile for: Blackened IRC client
|
|
# Version required: 1.7.0
|
|
# Date created: 11 Jun 1999
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
#
|
|
# $Id: Makefile,v 1.3 1999/06/28 02:20:06 billf Exp $
|
|
#
|
|
|
|
DISTNAME= blackened-1.7.0
|
|
CATEGORIES= irc
|
|
MASTER_SITES= ftp://ftp.blackened.com/pub/irc/blackened/ \
|
|
http://www.psn.net/~andrews/blackened/
|
|
|
|
MAINTAINER= andrews@technologist.com
|
|
|
|
GNU_CONFIGURE= yes
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}
|
|
VERSION= 1.7.0
|
|
PLIST_SUB= VERSION=${VERSION}
|
|
|
|
MAKE_ENV= prefix=${PREFIX}
|
|
|
|
.include <bsd.port.mk>
|