mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
19 lines
347 B
Makefile
19 lines
347 B
Makefile
# Created by: jonny
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xtoolwait
|
|
PORTVERSION= 1.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= utilities
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Tool startup utility for X11
|
|
|
|
USES= imake
|
|
USE_XORG= x11 xext
|
|
PLIST_FILES= bin/xtoolwait man/man1/xtoolwait.1.gz
|
|
|
|
.include <bsd.port.mk>
|