d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
22 lines
401 B
Makefile
22 lines
401 B
Makefile
# 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>
|