1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/x11-wm/toolbox/Makefile
Satoshi Taoka 1680b96495 A blackbox(Window Manager) style configuration utility.
PR:		12040
Submitted by:	Chris Piazza <cpiazza@home.net>
1999-06-11 08:40:32 +00:00

23 lines
457 B
Makefile

# New ports collection makefile for: toolbox
# Version required: 0.4.2
# Date created: 05 June 1999
# Whom: Chris Piazza <cpiazza@home.net>
#
# $Id$
#
DISTNAME= toolbox-0.4.2
CATEGORIES= misc
MASTER_SITES= http://cs.bc.edu/~kelleyry/blackbox/utils/
MAINTAINER= cpiazza@home.net
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
ALL_TARGET= default
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/toolbox ${PREFIX}/bin/toolbox
.include <bsd.port.mk>