freebsd-ports/x11/xmsg/Makefile
Eitan Adler 5504410d20 Cleanup of the unowned ports in the x11 directory
- Fix LIB_DEPENDS
- Fix COMMENT
- Fix USE_GMAKE
2013-10-13 02:01:16 +00:00

20 lines
379 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
MAN1= xmsg.1
MANCOMPRESSED= yes
PLIST_FILES= bin/xmsg
USES= imake
USE_XORG= x11 xext xaw xmu xt sm ice
NO_STAGE= yes
.include <bsd.port.mk>