openbsd-ports/x11/mouseclock/Makefile
espie 46b5f232b5 Kill
FAKE=Yes
HAS_CONFIGURE, GNU_CONFIGURE, USE_IMAKE, NO_INSTALL_MANPAGES, USE_AUTOCONF
and bump NEED_VERSION accordingly.
2000-10-22 15:41:23 +00:00

33 lines
700 B
Makefile

# OpenBSD makefile for: mouseclock
# Version required: 1.0
# Date created: May 19 1998
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.9 2000/10/22 15:43:50 espie Exp $
#
DISTNAME= mouseclock-1.0
CATEGORIES= x11
NEED_VERSION= 1.305
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
CONFIGURE_STYLE= imake noman
XMKMF= xmkmf
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>