2002-12-22 19:37:49 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.18 2002/12/23 00:37:50 pvalchev Exp $
|
2001-05-05 21:06:09 -04:00
|
|
|
|
2001-09-09 14:14:51 -04:00
|
|
|
COMMENT= "classic space-age stock trading game"
|
1998-05-19 23:30:05 -04:00
|
|
|
|
1999-09-28 17:07:47 -04:00
|
|
|
DISTNAME= starlanes-1.2.2
|
|
|
|
CATEGORIES= games
|
2002-05-13 14:50:36 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE:=games/strategy/}
|
1998-05-19 23:30:05 -04:00
|
|
|
|
2001-06-19 21:43:11 -04:00
|
|
|
# License: GPL
|
2000-02-15 00:03:51 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= YES
|
|
|
|
PERMIT_PACKAGE_FTP= YES
|
|
|
|
PERMIT_DISTFILES_CDROM= YES
|
|
|
|
PERMIT_DISTFILES_FTP= YES
|
2000-02-12 03:02:07 -05:00
|
|
|
|
2002-10-26 16:44:38 -04:00
|
|
|
MAKE_FLAGS= CC="${CC}"
|
1998-05-19 23:30:05 -04:00
|
|
|
ALL_TARGET=
|
|
|
|
|
2002-10-26 16:44:38 -04:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
1998-05-19 23:30:05 -04:00
|
|
|
pre-build:
|
2000-02-10 20:09:59 -05:00
|
|
|
@rm ${WRKSRC}/starlanes
|
1998-05-19 23:30:05 -04:00
|
|
|
|
|
|
|
do-install:
|
2001-03-22 17:06:35 -05:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/starlanes
|
1999-09-28 17:07:47 -04:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/starlanes ${PREFIX}/bin/starlanes
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/starlanes.6 ${PREFIX}/man/man6
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/starlanes/COPYING
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/starlanes/README
|
1998-05-19 23:30:05 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|