SEPARATE_BUILD

This commit is contained in:
espie 1999-03-15 02:42:44 +00:00
parent 77b9479f08
commit d39895a649
5 changed files with 14 additions and 7 deletions

View File

@ -1,10 +1,12 @@
# $OpenBSD: Makefile,v 1.5 1999/03/07 00:14:43 brad Exp $
# $OpenBSD: Makefile,v 1.6 1999/03/15 02:42:44 espie Exp $
#
DISTNAME= id-utils-3.2
CATEGORIES= devel
MAINTAINER= ports@OpenBSD.ORG
# International files don't want to be built separately
SEPARATE_BUILD=simple
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= id-utils

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 1999/03/14 03:15:50 marc Exp $
# $OpenBSD: Makefile,v 1.12 1999/03/15 02:44:29 espie Exp $
#
DISTNAME= expect
@ -13,6 +13,7 @@ MASTER_SITES= http://expect.nist.gov/
LIB_DEPENDS= tk80.1:${PORTSDIR}/x11/tk80
SEPARATE_BUILD=concurrent
WRKSRC= ${WRKDIR}/expect-5.28
GNU_CONFIGURE= yes
@ -23,7 +24,7 @@ CONFIGURE_ARGS= --with-tclconfig=${PREFIX}/lib/tcl8.0 \
CONFIGURE_ARGS+=${CONFIGURE_SHARED}
test:
@(cd ${WRKSRC}; make test)
@(cd ${WRKBUILD}; make test)
post-install:
${LDCONFIG} -m ${PREFIX}/lib

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 1999/03/02 04:41:05 marc Exp $
# $OpenBSD: Makefile,v 1.7 1999/03/15 02:47:14 espie Exp $
#
DISTNAME= guile-1.3
@ -10,6 +10,8 @@ MAINTAINER= rohee@OpenBSD.ORG
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= guile
# Documentation expects to be able to make copies
SEPARATE_BUILD=simple
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 1999/03/02 04:41:08 marc Exp $
# $OpenBSD: Makefile,v 1.11 1999/03/15 02:45:58 espie Exp $
# $FreeBSD: Makefile,v 1.4 1997/12/01 16:50:49 pst Exp $
#
@ -12,6 +12,7 @@ MAINTAINER= niklas@openbsd.org
MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_0/
SEPARATE_BUILD=concurrent
WRKSRC= ${WRKDIR}/tcl8.0.4/unix
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=${CONFIGURE_SHARED}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 1999/03/02 04:41:10 marc Exp $
# $OpenBSD: Makefile,v 1.9 1999/03/15 02:48:16 espie Exp $
# $FreeBSD: Makefile,v 1.7 1997/12/01 16:50:58 pst Exp $
#
@ -8,6 +8,7 @@ CATEGORIES= x11 tk80
NEED_VERSION= 1.73
SEPARATE_BUILD=concurrent
MAINTAINER= niklas@openbsd.org
MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_0/
@ -23,6 +24,6 @@ post-install:
${LDCONFIG} -m ${PREFIX}/lib
test:
cd ${WRKSRC}; make test
cd ${WRKBUILD}; make test
.include <bsd.port.mk>