forked from Lainports/freebsd-ports
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi)
23 lines
474 B
Makefile
23 lines
474 B
Makefile
# New ports collection makefile for: smartirc4net
|
|
# Date created: 2009-08-25
|
|
# Whom: Romain Tartiere <romain@blogreen.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= smartirc4net
|
|
PORTVERSION= 0.4.5.1
|
|
CATEGORIES= irc
|
|
MASTER_SITES= http://www.smuxi.org/jaws/data/files/
|
|
|
|
MAINTAINER= mono@FreeBSD.org
|
|
COMMENT= Multi-layered IRC library
|
|
|
|
BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gnomehack
|
|
|
|
.include <bsd.port.mk>
|