mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
76eacdaec3
Tool startup utility for X11 PR: 3734 Submitted by: jonny@mailhost.coppe.ufrj.br
18 lines
363 B
Makefile
18 lines
363 B
Makefile
# New ports collection makefile for: xtoolwait
|
|
# Date created: 31 May 1997
|
|
# Whom: jonny
|
|
#
|
|
# $Id: Makefile,v 1.0 1997/5/31 19:30:00 jonny 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
|
|
MANCOMPRESSED= yes
|
|
|
|
.include <bsd.port.mk>
|