mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
20 lines
418 B
Makefile
20 lines
418 B
Makefile
# 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>
|