1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- unbreak fetch

Approved by:	Tobias Reifenberger (maintainer)
This commit is contained in:
Dirk Meyer 2005-09-09 04:12:55 +00:00
parent dcc59c1989
commit a9bcb9ec32
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142260

View File

@ -16,17 +16,12 @@ COMMENT= AtariST emulator
RESTRICTED= "tos.img is copyrighted"
TOSIMG= tos.img
TOSIMG?= tos.img
USE_X_PREFIX= yes
HAS_CONFIGURE= yes
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
IGNORE="Please get a ROM dump from your AtariST and save it as"\
"\"${TOSIMG}\" in \"${DISTDIR}\" manually, and then make install again"
.endif
pre-build:
${CP} ${DISTDIR}/tos.img ${WRKSRC}
${CP} ${DISTDIR}/${TOSIMG} ${WRKSRC}/tos.img
post-build:
(cd ${WRKSRC}; make fnttobdf fonts)
@ -79,4 +74,11 @@ do-install:
post-install:
${X11BASE}/bin/mkfontdir ${FNTDIR}
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${TOSIMG})
IGNORE="Please get a ROM dump from your AtariST and save it as"\
"\"${TOSIMG}\" in \"${DISTDIR}\" manually, and then make install again"
.endif
.include <bsd.port.post.mk>