1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/x11/xmsg/Makefile
Baptiste Daroussin c3b85bf3d4 Convert to USES=imake
Trim headers
Convert emu to USES=display
Remove indefinite article
2013-06-28 22:51:40 +00:00

20 lines
395 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= The X11R4 version of xmessage updated for X11R5 and renamed
MAN1= xmsg.1
MANCOMPRESSED= yes
PLIST_FILES= bin/xmsg
USES= imake
USE_XORG= x11 xext xaw xmu xt sm ice
.include <bsd.port.mk>