blob: f5d6e1cf758b5e57fcff6297c884a21fd4848dc8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: toolbox
# Version required: 0.4.3
# Date created: 05 June 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
#
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>
|