1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/x11-wm/toolbox/Makefile

24 lines
466 B
Makefile
Raw Normal View History

# New ports collection makefile for: toolbox
# Version required: 0.4.6
# Date created: 05 June 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
1999-08-31 03:04:38 +00:00
# $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>