5504410d20
- Fix LIB_DEPENDS - Fix COMMENT - Fix USE_GMAKE
20 lines
379 B
Makefile
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>
|