2013-03-11 11:02:49 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.26 2013/03/11 11:07:41 espie Exp $
|
1998-05-20 01:07:21 +00:00
|
|
|
#
|
|
|
|
|
2007-09-15 18:01:00 +00:00
|
|
|
COMMENT= cube puzzle for X11
|
2001-05-06 01:06:09 +00:00
|
|
|
|
2000-06-19 10:12:08 +00:00
|
|
|
DISTNAME= xcubes-5.5.2
|
2010-11-16 11:23:25 +00:00
|
|
|
REVISION = 2
|
1998-05-20 01:07:21 +00:00
|
|
|
CATEGORIES= games
|
1998-11-09 01:49:54 +00:00
|
|
|
|
2001-06-20 01:43:11 +00:00
|
|
|
# License: BSD
|
2000-04-04 09:29:15 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2007-11-13 14:54:30 +00:00
|
|
|
|
2009-08-10 06:29:51 +00:00
|
|
|
WANTLIB= ICE SM X11 Xau Xdmcp Xext Xt c pthread-stubs xcb
|
2000-02-12 06:29:49 +00:00
|
|
|
|
2002-05-13 18:50:36 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=games/xpuzzles/}
|
1998-11-09 01:49:54 +00:00
|
|
|
|
2000-02-11 00:37:15 +00:00
|
|
|
WRKDIST= ${WRKDIR}/xcubes
|
2006-11-13 10:08:12 +00:00
|
|
|
CONFIGURE_STYLE=imake
|
2010-10-18 18:00:15 +00:00
|
|
|
USE_GROFF = Yes
|
2013-03-11 11:02:49 +00:00
|
|
|
NO_TEST= Yes
|
2002-10-26 20:44:38 +00:00
|
|
|
|
1998-05-20 01:07:21 +00: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>
|