mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
19 lines
390 B
Makefile
19 lines
390 B
Makefile
# Created by: 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
|
|
USES= pathfix pkgconfig gmake
|
|
|
|
.include <bsd.port.mk>
|