freebsd-ports/x11/xmsg/Makefile
Niclas Zeising 4c46ca73d8 Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 18:36:55 +00:00

17 lines
356 B
Makefile

# Created by: jsellens
# $FreeBSD$
PORTNAME= xmsg
PORTVERSION= 1.1
PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= http://www.generalconcepts.com/resources/software/
MAINTAINER= ports@FreeBSD.org
COMMENT= Shows a message on the screen
PLIST_FILES= bin/xmsg man/man1/xmsg.1.gz
USES= imake xorg
USE_XORG= x11 xext xaw xmu xt sm ice
.include <bsd.port.mk>