Add WANTLIB markers
ok espie@
This commit is contained in:
parent
8e83dbd287
commit
35da422b74
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.31 2004/11/12 20:13:35 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.32 2004/12/06 10:44:33 alek Exp $
|
||||
|
||||
COMMENT= "GNU Bourne Again Shell"
|
||||
|
||||
@ -33,6 +33,8 @@ MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/support
|
||||
|
||||
.if ${FLAVOR:L:Mstatic}
|
||||
CONFIGURE_ARGS= --enable-static-link
|
||||
.else
|
||||
WANTLIB= c termcap
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2002/10/28 19:00:09 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2004/12/06 10:44:33 alek Exp $
|
||||
|
||||
COMMENT= "extensible shell, derived from plan9's rc"
|
||||
|
||||
@ -21,6 +21,8 @@ FLAVOR?=
|
||||
|
||||
.if ${FLAVOR:L} == "static"
|
||||
CONFIGURE_ENV= LDFLAGS="-static"
|
||||
.else
|
||||
WANTLIB= c
|
||||
.endif
|
||||
|
||||
ALL_TARGET= es
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2002/07/07 05:59:35 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2004/12/06 10:44:33 alek Exp $
|
||||
|
||||
COMMENT= "Unix shell embedded in Scheme"
|
||||
|
||||
@ -14,6 +14,7 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c m
|
||||
|
||||
MASTER_SITES= ftp://ftp.scsh.net/pub/scsh/0.6/ \
|
||||
${MASTER_SITE_SOURCEFORGE:=scsh/}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.33 2004/10/11 02:08:53 jolan Exp $
|
||||
# $OpenBSD: Makefile,v 1.34 2004/12/06 10:44:33 alek Exp $
|
||||
|
||||
COMMENT= "extended C-shell with many useful features"
|
||||
|
||||
@ -19,6 +19,8 @@ FLAVOR?=
|
||||
|
||||
.if ${FLAVOR:L} == "static"
|
||||
CONFIGURE_ENV= LDFLAGS="-static"
|
||||
.else
|
||||
WANTLIB= c termlib
|
||||
.endif
|
||||
|
||||
ALL_TARGET= all catalogs
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.33 2004/09/30 21:46:58 robert Exp $
|
||||
# $OpenBSD: Makefile,v 1.34 2004/12/06 10:44:33 alek Exp $
|
||||
|
||||
COMMENT= "Z shell, Bourne shell-compatible, release flavor"
|
||||
COMMENT-zftp= "Z shell embedded ftp client"
|
||||
@ -51,6 +51,7 @@ PKGNAME$i= zsh$i-${VERSION:C/-//g}
|
||||
RUN_DEPENDS= ::shells/zsh
|
||||
. endif
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED:S/shared/dynamic/}
|
||||
WANTLIB= c m termcap
|
||||
.endif
|
||||
|
||||
SUBST_VARS= VERSION
|
||||
|
Loading…
Reference in New Issue
Block a user