diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-06 17:03:58 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-06 17:03:58 +0000 |
commit | 8786e2a7e2b332d68e9c9241be0dd38f73f088bd (patch) | |
tree | 15c88f14dd901418fb5d14da812d1404c27daadc /emulators/quasi88/Makefile | |
parent | 155b52c94f4ff3eeef422db95590b95b93f00cd2 (diff) | |
download | ports-8786e2a7e2b332d68e9c9241be0dd38f73f088bd.tar.gz ports-8786e2a7e2b332d68e9c9241be0dd38f73f088bd.zip |
Notes
Diffstat (limited to 'emulators/quasi88/Makefile')
-rw-r--r-- | emulators/quasi88/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/emulators/quasi88/Makefile b/emulators/quasi88/Makefile new file mode 100644 index 000000000000..aa45740cc3eb --- /dev/null +++ b/emulators/quasi88/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: QUASI88 +# Version required: 0.2.4 +# Date created: 22 May 1999 +# Whom: Nishika <nishika@cheerful.com> +# +# $Id$ +# + +DISTNAME= quasi88-0.2.4 +CATEGORIES= emulators +MASTER_SITES= http://www.117.ne.jp/~show/pc8801/ +EXTRACT_SUFX= .tgz + +MAINTAINER= nishika@cheerful.com + +USE_XLIB= yes +DATAFILES= FAQ FILES FORMAT GET-IMAGE HELP HISTORY LIST MANUAL QUASI88 + +do-install: + @ ${INSTALL_PROGRAM} ${WRKSRC}/quasi88 ${PREFIX}/bin + @ ${MKDIR} ${PREFIX}/share/doc/quasi88 + +.for i in ${DATAFILES} + @ ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/quasi88/ +.endfor + +.include <bsd.port.mk> |