freebsd-ports/lang/execline/Makefile
Dirk Meyer f7b0213210 sysutils/s6-rc: update to 0.5.3.2
sysutils/s6-rc:  update to 0.5.3.2
sysutils/s6:     update to 2.11.1.1
lang/execline:   update to 2.9.0.0
devel/skalibs:   update to 2.12.0.1
PR: 234939
2022-06-26 14:27:08 +02:00

39 lines
1,006 B
Makefile

# Created by: Sergei Kolobov <sergei@kolobov.com>
PORTNAME= execline
PORTVERSION= 2.9.0.0
CATEGORIES= lang shells
MASTER_SITES= https://www.skarnet.org/software/${PORTNAME}/
MAINTAINER= crest@rlwinm.de
COMMENT= Lightweight non-interactive sh(1)-like scripting language
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= skalibs>=2.12.0.0:devel/skalibs
LIB_DEPENDS= libskarnet.so:devel/skalibs
USES= gmake
USE_LDCONFIG= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} \
--with-sysdeps=${LOCALBASE}/lib/skalibs/sysdeps \
--with-lib=${LOCALBASE}/lib/skalibs \
--with-dynlib=${LOCALBASE}/lib \
--with-include=${LOCALBASE}/include \
--enable-shared
OPTIONS_DEFINE= DOCS
DOCS= AUTHORS README doc/*.html
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libexecline.so.${PORTVERSION}
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>