blob: e97d1e070ca149f8cd46f6e07f8146d36bdc9566 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: toolbox
# Date created: 05 June 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= toolbox
PORTVERSION= 0.4.6
CATEGORIES= x11-wm
MASTER_SITES= http://www2.bc.edu/~kelleyry/toolbox/
MAINTAINER= patseal@hyperhost.net
USE_QT2= yes
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>
|