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

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>