7c4702e244
- add missing @dirrm to PLIST
23 lines
604 B
Makefile
23 lines
604 B
Makefile
# $OpenBSD: Makefile,v 1.3 1999/09/28 21:07:47 brad Exp $
|
|
|
|
DISTNAME= starlanes-1.2.2
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= games/strategy
|
|
|
|
MAINTAINER= angelos@openbsd.org
|
|
|
|
ALL_TARGET=
|
|
|
|
pre-build:
|
|
@${RM} ${WRKSRC}/starlanes
|
|
|
|
do-install:
|
|
@${MKDIR} ${PREFIX}/share/doc/starlanes
|
|
${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
|
|
|
|
.include <bsd.port.mk>
|