blob: d4a83f410bd2548f986ab913cdcd2690aa3e61b3 (
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
24
|
PORTNAME= roswell
DISTVERSIONPREFIX= v
DISTVERSION= 24.10.115
CATEGORIES= devel lisp
MAINTAINER= bofh@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>
|