1999-06-06 13:03:58 -04:00
|
|
|
# New ports collection makefile for: QUASI88
|
|
|
|
# Date created: 22 May 1999
|
|
|
|
# Whom: Nishika <nishika@cheerful.com>
|
|
|
|
#
|
1999-08-25 01:57:29 -04:00
|
|
|
# $FreeBSD$
|
1999-06-06 13:03:58 -04:00
|
|
|
#
|
|
|
|
|
2000-04-12 00:56:17 -04:00
|
|
|
PORTNAME= quasi88
|
|
|
|
PORTVERSION= 0.3.2
|
1999-06-06 13:03:58 -04:00
|
|
|
CATEGORIES= emulators
|
|
|
|
MASTER_SITES= http://www.117.ne.jp/~show/pc8801/
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
|
|
|
MAINTAINER= nishika@cheerful.com
|
|
|
|
|
1999-11-13 20:59:14 -05:00
|
|
|
USE_X_PREFIX= yes
|
1999-06-06 13:03:58 -04:00
|
|
|
USE_XLIB= yes
|
1999-11-13 20:59:14 -05:00
|
|
|
USE_GMAKE= yes
|
|
|
|
DATAFILES= FAQ FORMAT GET-IMAGE HELP HISTORY LIST MANUAL QUASI88
|
|
|
|
|
2000-04-16 20:18:05 -04:00
|
|
|
.if !defined(WITH_SOUND)
|
2000-10-07 17:49:41 -04:00
|
|
|
pre-everything:
|
2000-04-16 20:18:05 -04:00
|
|
|
@ ${ECHO} "You can make quasi88 use sound by defining WITH_SOUND"
|
1999-11-13 20:59:14 -05:00
|
|
|
.else
|
2000-10-07 17:49:41 -04:00
|
|
|
EXTRA_PATCHES= ${FILESDIR}/extra-patch-aa
|
1999-11-13 20:59:14 -05:00
|
|
|
.endif
|
1999-06-06 13:03:58 -04:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
@ ${INSTALL_PROGRAM} ${WRKSRC}/quasi88 ${PREFIX}/bin
|
1999-11-13 20:59:14 -05:00
|
|
|
.if !defined(NOPORTDOCS)
|
1999-06-06 13:03:58 -04:00
|
|
|
@ ${MKDIR} ${PREFIX}/share/doc/quasi88
|
|
|
|
.for i in ${DATAFILES}
|
|
|
|
@ ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/quasi88/
|
|
|
|
.endfor
|
1999-11-13 20:59:14 -05:00
|
|
|
.endif
|
1999-06-06 13:03:58 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|