aboutsummaryrefslogtreecommitdiff
path: root/devel/roswell/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/roswell/Makefile')
-rw-r--r--devel/roswell/Makefile15
1 files changed, 6 insertions, 9 deletions
diff --git a/devel/roswell/Makefile b/devel/roswell/Makefile
index dd91f5497142..6e7d5abd44f1 100644
--- a/devel/roswell/Makefile
+++ b/devel/roswell/Makefile
@@ -1,10 +1,12 @@
PORTNAME= roswell
DISTVERSIONPREFIX= v
-DISTVERSION= 20.06.14.107
+DISTVERSION= 22.12.14.113
+PORTREVISION= 1
CATEGORIES= devel lisp
-MAINTAINER= cda@rootkey.co.uk
+MAINTAINER= dmgk@FreeBSD.org
COMMENT= Common Lisp installer and launcher
+WWW= https://roswell.github.io/
LICENSE= MIT
@@ -12,15 +14,10 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/curl:ftp/curl
RUN_DEPENDS= ${LOCALBASE}/bin/automake:devel/automake \
${LOCALBASE}/bin/curl:ftp/curl
-USES= uidfix autoreconf
-
-LDFLAGS+= -L${LOCALBASE}/lib/
-CFLAGS+= -I${LOCALBASE}/include/
-
+USES= autoreconf localbase uidfix
USE_GITHUB= yes
-GH_ACCOUNT= roswell
-
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
pre-configure:
(cd ${WRKSRC}/ && ${SH} bootstrap)