Date: Wed, 15 Jan 2003 03:00:23 -0800 (PST) From: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/47097: New port: games/braincurses Message-ID: <200301151100.h0FB0NX5006125@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/47097; it has been noted by GNATS. From: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx> To: "Michael L.Hostbaek" <mich@freebsdcluster.org> Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/47097: New port: games/braincurses Date: Wed, 15 Jan 2003 11:58:08 +0100 --=.:qpvOC(71LJKMC Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Lately Michael L.Hostbaek told: > XLDFLAGS+= -L${LOCALBASE}/lib -lncurses what for is that localbase stuff? > Xdo-build: > X (cd ${WRKSRC} && ${CXX} -c -o curses/windows.o curses/windows.cpp) > X (cd ${WRKSRC} && ${CXX} ${CFLAGS} -c ${PORTNAME}.cpp) > X (cd ${WRKSRC} && ${CXX} ${CFLAGS} ${LDFLAGS} -o ${PORTNAME} curses/windows.o ${PORTNAME}.o) > X > Xdo-install: > X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin > X > X.if !defined(NOPORTDOCS) > X ${MKDIR} ${DOCSDIR} > X ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README > X.endif how about a file/Makefile using bsd.prog.mk? if not, the parentheses are not needed: cd ${WRKSRC} && \ ${CXX} ... && \ ${CXX} ... cheers simon -- /"\ http://corecode.ath.cx/#donate \ / \ ASCII Ribbon Campaign / \ Against HTML Mail and News --=.:qpvOC(71LJKMC Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+JT7Dr5S+dk6z85oRAsnjAJ4sUeJ5LBRpc6DFugdOj0dLl4UfEACg6/F7 zS80V4uwJWQwJ0VOdKbQqMU= =Gwa8 -----END PGP SIGNATURE----- --=.:qpvOC(71LJKMC-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301151100.h0FB0NX5006125>