forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
17 lines
351 B
Makefile
17 lines
351 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
|
|
USE_XORG= x11 xext xaw xmu xt sm ice
|
|
|
|
.include <bsd.port.mk>
|