openbsd-ports/games/xpat2/Makefile

36 lines
726 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.24 2007/12/07 16:49:36 ajacoutot Exp $
COMMENT= X11 solitaire with 14 variations
1998-05-19 21:38:33 -04:00
DISTNAME= xpat2-1.07
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
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2007-11-13 09:54:30 -05:00
WANTLIB= ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xp Xpm Xt c
2000-02-12 03:02:07 -05:00
USE_X11= Yes
WRKSRC= ${WRKDIST}/src
CONFIGURE_STYLE=imake
1998-05-19 21:38:33 -04:00
2002-10-26 16:44:38 -04:00
NO_REGRESS= Yes
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>