summaryrefslogtreecommitdiff
path: root/irc/smartirc4net/Makefile
blob: 9906bb24e5e02870a75af991afab492e44142dab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
WWW=		http://smartirc4net.meebey.net/jaws/

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>