2013-03-21 04:45:11 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2013/03/21 08:48:53 ajacoutot Exp $
|
2012-08-27 10:36:17 -04:00
|
|
|
|
|
|
|
COMMENT= dancers shell or distributed shell
|
|
|
|
|
2012-09-28 16:37:54 -04:00
|
|
|
DISTNAME= dsh-0.25.9
|
2012-08-27 10:36:17 -04:00
|
|
|
CATEGORIES= sysutils net
|
|
|
|
|
2012-09-28 16:37:54 -04:00
|
|
|
HOMEPAGE= http://www.netfort.gr.jp/~dancer/software/dsh.html.en
|
2012-09-28 18:14:28 -04:00
|
|
|
MASTER_SITES= http://www.netfort.gr.jp/~dancer/software/downloads/
|
2012-08-27 10:36:17 -04:00
|
|
|
|
|
|
|
# GPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
|
|
|
WANTLIB += c dshconfig
|
|
|
|
|
2012-08-27 18:43:04 -04:00
|
|
|
LIB_DEPENDS= devel/libdshconfig
|
2012-08-27 10:36:17 -04:00
|
|
|
|
|
|
|
MODULES= devel/gettext
|
|
|
|
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib" \
|
|
|
|
LIBS="-lintl -liconv"
|
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
|
|
|
|
|
|
|
FAKE_FLAGS= sysconfdir=${TRUEPREFIX}/share/examples
|
|
|
|
|
|
|
|
post-configure:
|
|
|
|
@perl -pi -e 's,rsh,ssh,' ${WRKSRC}/dsh.conf
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|