33e3d901d4
modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
24 lines
495 B
Makefile
24 lines
495 B
Makefile
# New ports collection makefile for: xmsg
|
|
# Date created: 21 September 1999
|
|
# Whom: 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
|
|
USE_IMAKE= yes
|
|
USE_XORG= x11 xext xaw xmu xt sm ice
|
|
|
|
.include <bsd.port.mk>
|