2019-07-12 20:49:33 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.23 2019/07/12 20:49:38 sthen Exp $
|
2001-05-06 03:49:21 +00:00
|
|
|
|
2007-09-15 22:16:55 +00:00
|
|
|
COMMENT= extensible shell, derived from plan9's rc
|
2000-07-04 23:47:01 +00:00
|
|
|
|
|
|
|
DISTNAME= es-0.9-beta1
|
2010-07-27 09:24:39 +00:00
|
|
|
PKGNAME= es-0.9beta1
|
2017-05-08 13:19:10 +00:00
|
|
|
REVISION= 0
|
2010-07-27 09:24:39 +00:00
|
|
|
EPOCH= 0
|
1997-11-18 01:20:00 +00:00
|
|
|
CATEGORIES= shells
|
2002-10-28 19:00:09 +00:00
|
|
|
|
2000-07-04 23:47:01 +00:00
|
|
|
MASTER_SITES= ftp://ftp.sys.toronto.edu/pub/es/
|
1997-11-18 01:20:00 +00:00
|
|
|
|
2019-07-12 20:49:33 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2000-02-12 08:58:16 +00:00
|
|
|
|
2012-03-29 13:38:12 +00:00
|
|
|
SEPARATE_BUILD= Yes
|
2005-12-13 19:56:17 +00:00
|
|
|
CONFIGURE_STYLE=gnu dest
|
2000-07-04 23:47:01 +00:00
|
|
|
|
2004-12-06 10:44:33 +00:00
|
|
|
WANTLIB= c
|
2000-07-04 23:47:01 +00:00
|
|
|
|
|
|
|
ALL_TARGET= es
|
2000-03-26 00:36:15 +00:00
|
|
|
|
2013-03-11 11:35:43 +00:00
|
|
|
NO_TEST= Yes
|
2002-10-28 19:00:09 +00:00
|
|
|
|
2000-03-26 00:36:15 +00:00
|
|
|
do-install:
|
2000-07-04 23:47:01 +00:00
|
|
|
${INSTALL_PROGRAM} ${WRKBUILD}/es ${PREFIX}/bin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/es.1 ${PREFIX}/man/man1
|
1997-12-13 01:03:08 +00:00
|
|
|
|
1997-11-18 01:20:00 +00:00
|
|
|
.include <bsd.port.mk>
|