mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
0d78a6b671
now I only need to finish modules!
22 lines
358 B
Makefile
22 lines
358 B
Makefile
COMMENT= tool startup utility for X11
|
|
|
|
DISTNAME= xtoolwait-1.3
|
|
REVISION= 1
|
|
CATEGORIES= x11
|
|
|
|
SITES= ${SITE_XCONTRIB:=utilities/} \
|
|
http://www.hacom.nl/~richard/software/
|
|
|
|
HOMEPAGE= http://www.hacom.nl/~richard/software/xtoolwait.html
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= X11 Xau Xdmcp Xext c
|
|
|
|
CONFIGURE_STYLE= imake
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|