freebsd-ports/x11-clocks/mouseclock/Makefile
Dmitry Marakasov 33e3d901d4 Convert most of remaining ports that depend on xorg-libraries to
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)
2009-06-09 15:33:28 +00:00

33 lines
664 B
Makefile

# New ports collection makefile for: mouseclock
# Date created: 26 August 1997
# Whom: FURUSAWA, Kazuhisa <kazu@jp.freebsd.org>
#
# $FreeBSD$
#
PORTNAME= mouseclock
PORTVERSION= 1.0
PORTREVISION= 4
CATEGORIES= x11-clocks
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= X11/clocks
MAINTAINER= kazu@jp.freebsd.org
COMMENT= Display the current time using the X root cursor
USE_GMAKE= yes
USE_IMAKE= yes
USE_XORG= x11 xext
XMKMF= xmkmf
NO_INSTALL_MANPAGES= yes
post-configure:
@${TOUCH} ${WRKSRC}/mouseclock.man
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>