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"
|
COMMENT= "GNU Bourne Again Shell"
|
||||||
|
|
||||||
@ -33,6 +33,8 @@ MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/support
|
|||||||
|
|
||||||
.if ${FLAVOR:L:Mstatic}
|
.if ${FLAVOR:L:Mstatic}
|
||||||
CONFIGURE_ARGS= --enable-static-link
|
CONFIGURE_ARGS= --enable-static-link
|
||||||
|
.else
|
||||||
|
WANTLIB= c termcap
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.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"
|
COMMENT= "extensible shell, derived from plan9's rc"
|
||||||
|
|
||||||
@ -21,6 +21,8 @@ FLAVOR?=
|
|||||||
|
|
||||||
.if ${FLAVOR:L} == "static"
|
.if ${FLAVOR:L} == "static"
|
||||||
CONFIGURE_ENV= LDFLAGS="-static"
|
CONFIGURE_ENV= LDFLAGS="-static"
|
||||||
|
.else
|
||||||
|
WANTLIB= c
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
ALL_TARGET= es
|
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"
|
COMMENT= "Unix shell embedded in Scheme"
|
||||||
|
|
||||||
@ -14,6 +14,7 @@ PERMIT_PACKAGE_CDROM= Yes
|
|||||||
PERMIT_PACKAGE_FTP= Yes
|
PERMIT_PACKAGE_FTP= Yes
|
||||||
PERMIT_DISTFILES_CDROM= Yes
|
PERMIT_DISTFILES_CDROM= Yes
|
||||||
PERMIT_DISTFILES_FTP= Yes
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
|
WANTLIB= c m
|
||||||
|
|
||||||
MASTER_SITES= ftp://ftp.scsh.net/pub/scsh/0.6/ \
|
MASTER_SITES= ftp://ftp.scsh.net/pub/scsh/0.6/ \
|
||||||
${MASTER_SITE_SOURCEFORGE:=scsh/}
|
${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"
|
COMMENT= "extended C-shell with many useful features"
|
||||||
|
|
||||||
@ -19,6 +19,8 @@ FLAVOR?=
|
|||||||
|
|
||||||
.if ${FLAVOR:L} == "static"
|
.if ${FLAVOR:L} == "static"
|
||||||
CONFIGURE_ENV= LDFLAGS="-static"
|
CONFIGURE_ENV= LDFLAGS="-static"
|
||||||
|
.else
|
||||||
|
WANTLIB= c termlib
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
ALL_TARGET= all catalogs
|
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= "Z shell, Bourne shell-compatible, release flavor"
|
||||||
COMMENT-zftp= "Z shell embedded ftp client"
|
COMMENT-zftp= "Z shell embedded ftp client"
|
||||||
@ -51,6 +51,7 @@ PKGNAME$i= zsh$i-${VERSION:C/-//g}
|
|||||||
RUN_DEPENDS= ::shells/zsh
|
RUN_DEPENDS= ::shells/zsh
|
||||||
. endif
|
. endif
|
||||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED:S/shared/dynamic/}
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED:S/shared/dynamic/}
|
||||||
|
WANTLIB= c m termcap
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
SUBST_VARS= VERSION
|
SUBST_VARS= VERSION
|
||||||
|
Loading…
x
Reference in New Issue
Block a user