1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/x11-wm/toolbox/Makefile
Chris Piazza 7c48bdec7d Add a MAKE_ENV= CXX=${CXX}. I have no idea why this is needed.
CXX=asdf make properly uses asdf instead of c++, but USE_NEWGCC=yes
in the Makefile isn't sending it through.

Noticed by:	bento.freebsd.org
1999-09-06 05:10:03 +00:00

26 lines
501 B
Makefile

# New ports collection makefile for: toolbox
# Version required: 0.4.6
# Date created: 05 June 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
#
DISTNAME= toolbox-0.4.6
CATEGORIES= x11-wm
MASTER_SITES= http://rfk.masslinux.com/
MAINTAINER= cpiazza@FreeBSD.org
LIB_DEPENDS= qt2.2:${PORTSDIR}/x11-toolkits/qt201
USE_NEWGCC= yes
USE_X_PREFIX= yes
MAKE_ENV= CXX="${CXX}" CC="${CC}"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/toolbox ${PREFIX}/bin/toolbox
.include <bsd.port.mk>