17 lines
346 B
Makefile
17 lines
346 B
Makefile
# OpenBSD makefile for: xtoolwait
|
|
# Date created: 11 January 1998
|
|
# Whom: Don Schmidt
|
|
#
|
|
# $OpenBSD: Makefile,v 1.1.1.1 1998/01/24 22:06:14 don Exp $
|
|
#
|
|
|
|
DISTNAME= xtoolwait-1.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ftp://ftp.x.org/contrib/utilities/ \
|
|
ftp://ftp.hacom.nl/pub/users/richard/
|
|
|
|
USE_IMAKE= yes
|
|
MAN1= xtoolwait.1
|
|
|
|
.include <bsd.port.mk>
|