openbsd-ports/games/xcubes/Makefile

29 lines
653 B
Makefile
Raw Normal View History

2006-11-13 05:08:12 -05:00
# $OpenBSD: Makefile,v 1.18 2006/11/13 10:08:12 steven Exp $
1998-05-19 21:07:21 -04:00
#
COMMENT= "cube puzzle for X11"
DISTNAME= xcubes-5.5.2
1998-05-19 21:07:21 -04:00
CATEGORIES= games
# License: BSD
2000-04-04 05:29:15 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-11-28 17:41:14 -05:00
WANTLIB= ICE SM X11 Xext Xt c
2000-02-12 01:29:49 -05:00
2002-05-13 14:50:36 -04:00
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=games/xpuzzles/}
2000-02-10 19:37:15 -05:00
WRKDIST= ${WRKDIR}/xcubes
2006-11-13 05:08:12 -05:00
CONFIGURE_STYLE=imake
USE_X11= Yes
2002-10-26 16:44:38 -04:00
NO_REGRESS= Yes
1998-05-19 21:07:21 -04:00
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>