blob: b3c41c993a2919b8ed9054e7114daee7c4c018be (
plain)
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: xtoolwait
# Date created: 31 May 1997
# Whom: jonny
#
# $FreeBSD$
#
PORTNAME= xtoolwait
PORTVERSION= 1.3
PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= utilities
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool startup utility for X11
USE_IMAKE= yes
MAN1= xtoolwait.1
PLIST_FILES= bin/xtoolwait
.include <bsd.port.mk>
|