blob: 571021e665349f3c82b1381a5e34e6703169158a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: mouseclock
# Version required: 1.0
# Date created: 26 August 1997
# Whom: FURUSAWA, Kazuhisa <kazu@jp.freebsd.org>
#
# $Id: Makefile,v 1.2 1997/09/09 11:19:58 asami Exp $
#
DISTNAME= mouseclock-1.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= X11/clocks
MAINTAINER= kazu@jp.freebsd.org
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>
|