mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
32 lines
669 B
Makefile
32 lines
669 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
|
|
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
|
|
XMKMF= xmkmf
|
|
NO_INSTALL_MANPAGES= yes
|
|
|
|
post-configure:
|
|
@${TOUCH} ${WRKSRC}/mouseclock.man
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${PREFIX}/share/doc/mouseclock
|
|
@${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/mouseclock
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|