mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
27 lines
426 B
Makefile
27 lines
426 B
Makefile
COMMENT= extensible shell, derived from plan9's rc
|
|
|
|
DISTNAME= es-0.9-beta1
|
|
PKGNAME= es-0.9beta1
|
|
REVISION= 0
|
|
EPOCH= 0
|
|
CATEGORIES= shells
|
|
|
|
SITES= ftp://ftp.sys.toronto.edu/pub/es/
|
|
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
SEPARATE_BUILD= Yes
|
|
CONFIGURE_STYLE=gnu dest
|
|
|
|
WANTLIB= c
|
|
|
|
ALL_TARGET= es
|
|
|
|
NO_TEST= Yes
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKBUILD}/es ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/es.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|