aboutsummaryrefslogtreecommitdiff
path: root/devel/roswell/Makefile
blob: 355a3e6eb3012afa3123721b03cf71894eddc8d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	roswell
DISTVERSIONPREFIX=	v
DISTVERSION=	21.10.14.111
CATEGORIES=	devel lisp

MAINTAINER=	dmgk@FreeBSD.org
COMMENT=	Common Lisp installer and launcher
WWW=		https://roswell.github.io/

LICENSE=	MIT

BUILD_DEPENDS=	${LOCALBASE}/bin/curl:ftp/curl
RUN_DEPENDS=	${LOCALBASE}/bin/automake:devel/automake \
		${LOCALBASE}/bin/curl:ftp/curl

USES=		autoreconf localbase uidfix
USE_GITHUB=	yes
GNU_CONFIGURE=	yes

pre-configure:
	(cd ${WRKSRC}/ && ${SH} bootstrap)

.include <bsd.port.mk>