freebsd-ports/x11-wm/toolbox/Makefile

24 lines
445 B
Makefile
Raw Normal View History

# New ports collection makefile for: toolbox
# Date created: 05 June 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
1999-08-30 23:04:38 -04:00
# $FreeBSD$
#
PORTNAME= toolbox
PORTVERSION= 0.4.6
2001-02-05 16:05:58 -05:00
CATEGORIES= x11-wm
1999-12-07 13:31:01 -05:00
MASTER_SITES= http://www2.bc.edu/~kelleyry/toolbox/
MAINTAINER= patseal@hyperhost.net
USE_QT_VER= 2
USE_X_PREFIX= yes
MAKE_ENV= CXX="${CXX}" CC="${CC}"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/toolbox ${PREFIX}/bin/toolbox
.include <bsd.port.mk>