diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-09-09 08:31:07 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-09-09 08:31:07 +0000 |
commit | dd24ff7f4c71d1f45e97d170bf7b1bd2f84c3395 (patch) | |
tree | beaa8df4504674849d1cfa6dc8f448ec220e8cce /x11-clocks/mouseclock/Makefile | |
parent | 75046e0fa9e8f9ef1ffba438f8421f0baaff0e8a (diff) | |
download | ports-dd24ff7f4c71d1f45e97d170bf7b1bd2f84c3395.tar.gz ports-dd24ff7f4c71d1f45e97d170bf7b1bd2f84c3395.zip |
Notes
Diffstat (limited to 'x11-clocks/mouseclock/Makefile')
-rw-r--r-- | x11-clocks/mouseclock/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/x11-clocks/mouseclock/Makefile b/x11-clocks/mouseclock/Makefile new file mode 100644 index 000000000000..d577734136fd --- /dev/null +++ b/x11-clocks/mouseclock/Makefile @@ -0,0 +1,26 @@ +# 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> |