Index: head/databases/gauche-gdbm/Makefile =================================================================== --- head/databases/gauche-gdbm/Makefile (revision 140129) +++ head/databases/gauche-gdbm/Makefile (revision 140130) @@ -1,47 +1,44 @@ # New ports collection makefile for: gauche-gdbm # Date created: 9 September 2002 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= gdbm PORTVERSION= 0.8.5 # Keep this in sync with lang/gauche CATEGORIES= databases scheme MASTER_SITES= # none PKGNAMEPREFIX= gauche- DISTFILES= # none MAINTAINER= erik@smluc.org COMMENT= GDBM interface for Gauche BUILD_DEPENDS= gosh:${PORTSDIR}/${GAUCHE_PORT} \ ${NONEXISTENT}:${PORTSDIR}/${GAUCHE_PORT}:build LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm RUN_DEPENDS= gosh:${PORTSDIR}/${GAUCHE_PORT} -BROKEN= Incorrect pkg-plist -DEPRECATED= "${BROKEN}" -EXPIRATION_DATE=2005-09-22 - GAUCHE_PORT= lang/gauche WRKSRC= ${WRKDIR}/dbm MAKE_ARGS= GOSH=gosh \ OPTFLAGS="${CFLAGS} -I${LOCALBASE}/include" PLIST_SUB= VERSION="${PORTVERSION}" \ TARGET="${CONFIGURE_TARGET}" USE_REINPLACE= yes +GUACHE_BUILDDIR=`cd ${PORTSDIR}/${GAUCHE_PORT} && ${MAKE} -V WRKSRC` + do-extract: ${MKDIR} ${WRKDIR} - ${LN} -sf `cd ${PORTSDIR}/${GAUCHE_PORT} && ${MAKE} -V WRKSRC`/ext/dbm ${WRKDIR}/ + ${LN} -sf ${GUACHE_BUILDDIR}/ext/dbm ${WRKDIR}/ do-configure: - cd `cd ${PORTSDIR}/${GAUCHE_PORT} && ${MAKE} -V WRKSRC` && ./configure --with-local=${LOCALBASE} --prefix=${LOCALBASE} --target=${CONFIGURE_TARGET} --host=${CONFIGURE_HOST} --build=${CONFIGURE_BUILD} && cd ext && ${REINPLACE_CMD} -e "s/archdir/&|sed 's,unknown-freebsd,portbld-freebsd,'/" Makefile.ext cd ${WRKSRC} && make clean && ${REINPLACE_CMD} -e 's/^LIBFILES.*/LIBFILES = gdbm.so/' -e 's/^SCMFILES.*/SCMFILES = gdbm.scm/' Makefile do-install: cd ${WRKSRC} && make install-std .include Property changes on: head/databases/gauche-gdbm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.29 \ No newline at end of property +1.30 \ No newline at end of property