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