mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
80275371d1
Submitted by: Will Andrews <andrews@technologist.com>
24 lines
466 B
Makefile
24 lines
466 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
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/toolbox ${PREFIX}/bin/toolbox
|
|
|
|
.include <bsd.port.mk>
|