aboutsummaryrefslogtreecommitdiff
path: root/irc/smartirc4net/Makefile
blob: 58c8f909e3e86b834682a2d1a39706b59a3d1852 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Romain Tartiere <romain@blogreen.org>

PORTNAME=	smartirc4net
PORTVERSION=	1.1
PORTREVISION=	1
CATEGORIES=	irc
MASTER_SITES=	https://smuxi.im/jaws/data/files/

MAINTAINER=	mono@FreeBSD.org
COMMENT=	Multi-layered IRC library

LICENSE=	LGPL21
LICENSE_FILE=	${WRKSRC}/LICENSE

GNU_CONFIGURE=	yes
CONFIGURE_ENV=	ac_cv_path_MCS=${LOCALBASE}/bin/mcs
USES=		gmake mono pathfix pkgconfig

.include <bsd.port.mk>