37 lines
756 B
Makefile
Raw Normal View History

2010-10-24 20:58:58 +00:00
# $OpenBSD: Makefile,v 1.29 2010/10/24 21:19:03 ajacoutot Exp $
COMMENT= X11 solitaire with 14 variations
1998-05-20 01:38:33 +00:00
DISTNAME= xpat2-1.07
REVISION= 2
1998-05-20 01:38:33 +00:00
CATEGORIES= games
MASTER_SITES= http://www.ibiblio.org/pub/linux/games/solitaires/
1998-05-20 01:38:33 +00: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 14:54:30 +00:00
WANTLIB= ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xpm Xt c pthread-stubs xcb
2000-02-12 08:02:07 +00:00
2010-10-18 18:00:15 +00:00
USE_GROFF = Yes
WRKSRC= ${WRKDIST}/src
CONFIGURE_STYLE=imake
1998-05-20 01:38:33 +00:00
2002-10-26 20:44:38 +00:00
NO_REGRESS= Yes
pre-configure:
@perl -pi -e 's,!!X11BASE!!,${X11BASE},g' \
${WRKSRC}/Xpat.tmpl
2004-10-01 07:34:34 +00:00
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/xpat2
${INSTALL_DATA} /dev/null ${PREFIX}/share/examples/xpat2/xpat.log
1998-05-20 01:38:33 +00:00
.include <bsd.port.mk>