40 lines
732 B
Makefile
Raw Normal View History

2004-12-06 10:44:33 +00:00
# $OpenBSD: Makefile,v 1.15 2004/12/06 10:44:33 alek Exp $
COMMENT= "extensible shell, derived from plan9's rc"
2000-07-04 23:47:01 +00:00
DISTNAME= es-0.9-beta1
PKGNAME= es-0.9b1
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/
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 08:58:16 +00:00
2000-07-04 23:47:01 +00:00
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu dest
FLAVORS= static
2000-07-04 23:47:01 +00:00
FLAVOR?=
.if ${FLAVOR:L} == "static"
CONFIGURE_ENV= LDFLAGS="-static"
2004-12-06 10:44:33 +00:00
.else
WANTLIB= c
2000-07-04 23:47:01 +00:00
.endif
ALL_TARGET= es
2000-07-04 23:47:01 +00:00
post-extract:
@cp ${FILESDIR}/{config.guess,config.sub} ${WRKSRC}
2002-10-28 19:00:09 +00:00
NO_REGRESS= Yes
do-install:
2000-07-04 23:47:01 +00:00
${INSTALL_PROGRAM} ${WRKBUILD}/es ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/es.1 ${PREFIX}/man/man1
.include <bsd.port.mk>