2001-10-28 08:05:44 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2001/10/28 13:05:49 espie Exp $
|
2001-05-05 23:49:21 -04:00
|
|
|
|
|
|
|
COMMENT= "extensible shell, derived from plan9's rc"
|
2000-07-04 19:47:01 -04:00
|
|
|
|
|
|
|
DISTNAME= es-0.9-beta1
|
|
|
|
PKGNAME= es-0.9b1
|
1997-11-17 20:20:00 -05:00
|
|
|
CATEGORIES= shells
|
2001-05-05 23:49:21 -04:00
|
|
|
NEED_VERSION= 1.402
|
2000-07-04 19:47:01 -04:00
|
|
|
MASTER_SITES= ftp://ftp.sys.toronto.edu/pub/es/
|
1997-11-17 20:20:00 -05:00
|
|
|
|
2000-03-25 19:36:15 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2000-02-12 03:58:16 -05:00
|
|
|
|
2000-07-04 19:47:01 -04:00
|
|
|
SEPARATE_BUILD= concurrent
|
|
|
|
CONFIGURE_STYLE= gnu dest
|
|
|
|
|
2001-01-03 14:36:09 -05:00
|
|
|
FLAVORS= static
|
2000-07-04 19:47:01 -04:00
|
|
|
FLAVOR?=
|
|
|
|
|
|
|
|
.if ${FLAVOR:L} == "static"
|
2001-01-03 14:36:09 -05:00
|
|
|
CONFIGURE_ENV= LDFLAGS="-static"
|
2000-07-04 19:47:01 -04:00
|
|
|
.endif
|
|
|
|
|
|
|
|
ALL_TARGET= es
|
2000-03-25 19:36:15 -05:00
|
|
|
|
2000-07-04 19:47:01 -04:00
|
|
|
post-extract:
|
|
|
|
@cp ${FILESDIR}/{config.guess,config.sub} ${WRKSRC}
|
2000-03-25 19:36:15 -05:00
|
|
|
|
|
|
|
do-install:
|
2000-07-04 19:47:01 -04:00
|
|
|
${INSTALL_PROGRAM} ${WRKBUILD}/es ${PREFIX}/bin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/es.1 ${PREFIX}/man/man1
|
1997-12-12 20:03:08 -05:00
|
|
|
|
1997-11-17 20:20:00 -05:00
|
|
|
.include <bsd.port.mk>
|