mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
a49da8c757
copy by Satoshi Asami.
23 lines
513 B
Makefile
23 lines
513 B
Makefile
# New ports collection makefile for: toolbox
|
|
# Version required: 0.4.3
|
|
# Date created: 05 June 1999
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
|
#
|
|
# $Id: Makefile,v 1.4 1999/08/07 18:15:46 cpiazza Exp $
|
|
#
|
|
|
|
DISTNAME= toolbox-0.4.3
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= http://rfk.masslinux.com/blackbox/utils/
|
|
|
|
MAINTAINER= cpiazza@FreeBSD.org
|
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
|
|
|
ALL_TARGET= default
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/toolbox ${PREFIX}/bin/toolbox
|
|
|
|
.include <bsd.port.mk>
|