openbsd-ports/games/xpat2/Makefile
ajacoutot 56f799f2a3 - update to xpat2-1.07
- change MASTER_SITES
2007-12-07 16:49:36 +00:00

36 lines
726 B
Makefile

# $OpenBSD: Makefile,v 1.24 2007/12/07 16:49:36 ajacoutot Exp $
COMMENT= X11 solitaire with 14 variations
DISTNAME= xpat2-1.07
CATEGORIES= games
MASTER_SITES= http://www.ibiblio.org/pub/linux/games/solitaires/
EXTRACT_SUFX= -src.tar.gz
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xp Xpm Xt c
USE_X11= Yes
WRKSRC= ${WRKDIST}/src
CONFIGURE_STYLE=imake
NO_REGRESS= Yes
pre-configure:
@perl -pi -e 's,!!X11BASE!!,${X11BASE},g' \
${WRKSRC}/Xpat.tmpl
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/xpat2
${INSTALL_DATA} /dev/null ${PREFIX}/share/examples/xpat2/xpat.log
.include <bsd.port.mk>