blob: fdd9e2fe38b8d2234c80ca32a3318763d9e47efa (
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
25
26
27
|
PORTNAME= rc
DISTVERSIONPREFIX= v
DISTVERSION= 1.7.4
PORTREVISION= 4
CATEGORIES= shells plan9
MAINTAINER= portmaster@bsdforge.com
COMMENT= Unix incarnation of the plan9 shell
WWW= https://github.com/rakitzis/rc
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf cpe
USE_GITHUB= yes
GH_ACCOUNT= rakitzis
CPE_VENDOR= ${PORTNAME}_project
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-history
OPTIONS_DEFINE= READLINE
READLINE_USES= readline
READLINE_CONFIGURE_ON= --with-edit=readline
READLINE_MAKE_ARGS_OFF= CFLAGS="${CFLAGS} -static"
.include <bsd.port.mk>
|