freebsd-ports/emulators/quasi88/Makefile
Ying-Chieh Liao 27d4bf8112 - PORTVERSION 0.4.3 => 0.4.4.
- Support XFree86 DGA extension switch by defining WITH_DGA.
- Use ECHO_MSG in Makefile, instead of ECHO. (from bsd.port.mk)
- Change default ROMDIR/DISKDIR in ${WRKSRC}/Makefile. (from hier)

PR:		33458
Submitted by:	maintainer
2002-01-02 03:54:59 +00:00

45 lines
1019 B
Makefile

# New ports collection makefile for: QUASI88
# Date created: 22 May 1999
# Whom: Nishika <nishika@cheerful.com>
#
# $FreeBSD$
#
PORTNAME= quasi88
PORTVERSION= 0.4.4
CATEGORIES= emulators
MASTER_SITES= http://www.117.ne.jp/~show/pc8801/
EXTRACT_SUFX= .tgz
MAINTAINER= nishika@cheerful.com
USE_X_PREFIX= yes
USE_XLIB= yes
USE_GMAKE= yes
DATAFILES= FAQ FORMAT GET-IMAGE HISTORY MANUAL QUASI88 _quasi88rc
.if !defined(WITH_SOUND)
pre-everything::
@ ${ECHO_MSG} "===> If you want to enable sound, use \"make WITH_SOUND=yes\"."
.else
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-aa
.endif
.if !defined(WITH_DGA)
pre-everything::
@ ${ECHO_MSG} "===> If you want to enable sound, use \"make WITH_DGA=yes\"."
.else
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-ab
.endif
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/quasi88 ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${PREFIX}/share/doc/quasi88
.for i in ${DATAFILES}
@ ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/quasi88/
.endfor
.endif
.include <bsd.port.mk>