openbsd-ports/games/xcubes/Makefile
espie 100196f27a Zap default MAINTAINER from Makefile.
Especially now that the default line is more verbose.
2001-10-28 13:05:44 +00:00

28 lines
631 B
Makefile

# $OpenBSD: Makefile,v 1.13 2001/10/28 13:05:46 espie Exp $
#
COMMENT= "cube puzzle for X11"
DISTNAME= xcubes-5.5.2
CATEGORIES= games
NEED_VERSION= 1.402
# License: BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games/xpuzzles
WRKDIST= ${WRKDIR}/xcubes
CONFIGURE_STYLE= imake
post-install:
@${INSTALL_PROGRAM} ${WRKSRC}/xcubes ${PREFIX}/bin
@${INSTALL_DATA} ${WRKSRC}/Cubes.ad ${PREFIX}/lib/X11/app-defaults/Cubes
@${INSTALL_MAN} ${WRKSRC}/xcubes.man ${PREFIX}/man/man1/xcubes.1
.include <bsd.port.mk>