a99a21022b
depend on XFree86 3.3.6
34 lines
704 B
Makefile
34 lines
704 B
Makefile
# OpenBSD makefile for: mouseclock
|
|
# Version required: 1.0
|
|
# Date created: May 19 1998
|
|
# Whom: Angelos D. Keromytis
|
|
#
|
|
# $OpenBSD: Makefile,v 1.8 2000/07/10 02:06:59 angelos Exp $
|
|
#
|
|
|
|
DISTNAME= mouseclock-1.0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= X11/clocks
|
|
|
|
MAINTAINER= ports@openbsd.org
|
|
|
|
LICENSE_TYPE= GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
USE_IMAKE= Yes
|
|
XMKMF= xmkmf
|
|
NO_INSTALL_MANPAGES= yes
|
|
FAKE= Yes
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mouseclock
|
|
@${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/mouseclock
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|