openbsd-ports/games/xpat2/Makefile

30 lines
630 B
Makefile
Raw Normal View History

2004-11-28 17:41:14 -05:00
# $OpenBSD: Makefile,v 1.21 2004/11/28 22:41:27 espie Exp $
COMMENT= "X11 solitaire with 14 variations"
1998-05-19 21:38:33 -04:00
DISTNAME= xpat2-1.04
PKGNAME= ${DISTNAME}p1
1998-05-19 21:38:33 -04:00
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_BACKUP}
1998-05-19 21:38:33 -04:00
EXTRACT_SUFX= -src.tar.gz
# License: GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-11-28 17:41:14 -05:00
WANTLIB= ICE SM X11 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
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>