31 lines
729 B
Makefile
31 lines
729 B
Makefile
# $OpenBSD: Makefile,v 1.12 2019/07/12 20:49:42 sthen Exp $
|
|
|
|
COMMENT= dancers shell or distributed shell
|
|
|
|
DISTNAME = dsh-0.25.10
|
|
CATEGORIES= sysutils net
|
|
REVISION = 1
|
|
|
|
HOMEPAGE= http://www.netfort.gr.jp/~dancer/software/dsh.html.en
|
|
MASTER_SITES= http://www.netfort.gr.jp/~dancer/software/downloads/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB = c dshconfig iconv intl
|
|
|
|
LIB_DEPENDS= devel/gettext,-runtime \
|
|
devel/libdshconfig
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib" \
|
|
LIBS="-lintl -liconv"
|
|
|
|
FAKE_FLAGS= sysconfdir=${TRUEPREFIX}/share/examples
|
|
|
|
post-configure:
|
|
@perl -pi -e 's,rsh,ssh,' ${WRKSRC}/dsh.conf
|
|
|
|
.include <bsd.port.mk>
|