openbsd-ports/games/xpat2/Makefile

34 lines
671 B
Makefile
Raw Normal View History

2013-03-11 07:02:49 -04:00
# $OpenBSD: Makefile,v 1.30 2013/03/11 11:07:42 espie Exp $
COMMENT= X11 solitaire with 14 variations
1998-05-19 21:38:33 -04:00
DISTNAME= xpat2-1.07
REVISION= 2
1998-05-19 21:38:33 -04:00
CATEGORIES= games
MASTER_SITES= http://www.ibiblio.org/pub/linux/games/solitaires/
1998-05-19 21:38:33 -04:00
EXTRACT_SUFX= -src.tar.gz
# GPL
PERMIT_PACKAGE_CDROM= Yes
2007-11-13 09:54:30 -05:00
WANTLIB= ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xpm Xt c pthread-stubs xcb
2000-02-12 03:02:07 -05:00
2010-10-18 14:00:15 -04:00
USE_GROFF = Yes
WRKSRC= ${WRKDIST}/src
CONFIGURE_STYLE=imake
1998-05-19 21:38:33 -04:00
2013-03-11 07:02:49 -04:00
NO_TEST= Yes
2002-10-26 16:44:38 -04:00
pre-configure:
@perl -pi -e 's,!!X11BASE!!,${X11BASE},g' \
${WRKSRC}/Xpat.tmpl
2004-10-01 03:34:34 -04:00
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/xpat2
${INSTALL_DATA} /dev/null ${PREFIX}/share/examples/xpat2/xpat.log
1998-05-19 21:38:33 -04:00
.include <bsd.port.mk>