1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/x11-clocks/mouseclock/Makefile

27 lines
587 B
Makefile
Raw Normal View History

# New ports collection makefile for: mouseclock
# Version required: 1.0
# Date created: 26 August 1997
# Whom: FURUSAWA, Kazuhisa <furusawa@com.cs.osakafu-u.ac.jp>
#
# $Id$
#
DISTNAME= mouseclock-1.0
CATEGORIES= x11
MASTER_SITES= ftp://ftp.csce.kyushu-u.ac.jp/pub/Linux/sunsite/X11/clocks/
MAINTAINER= furusawa@com.cs.osakafu-u.ac.jp
USE_GMAKE= yes
USE_IMAKE= yes
XMKMF= xmkmf
NO_INSTALL_MANPAGES= yes
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/mouseclock
@${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/mouseclock
.endif
.include <bsd.port.mk>