mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
4ad3abde8a
not allowed, since this is outside ${WRKDIR}) to using EXTRA_PATCHES= ${PATCHDIR}/extra-patch-aa. Bad quasi88, no cookie. ;)
38 lines
830 B
Makefile
38 lines
830 B
Makefile
# New ports collection makefile for: QUASI88
|
|
# Date created: 22 May 1999
|
|
# Whom: Nishika <nishika@cheerful.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= quasi88
|
|
PORTVERSION= 0.3.2
|
|
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 HELP HISTORY LIST MANUAL QUASI88
|
|
|
|
.if !defined(WITH_SOUND)
|
|
pre-everything:
|
|
@ ${ECHO} "You can make quasi88 use sound by defining WITH_SOUND"
|
|
.else
|
|
EXTRA_PATCHES= ${FILESDIR}/extra-patch-aa
|
|
.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>
|