mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
74dd353316
Requested by: Bill Fenner
25 lines
617 B
Makefile
25 lines
617 B
Makefile
# New ports collection makefile for: x48
|
|
# Version required: 0.4.0
|
|
# Date created: Thu Oct 24 13:10:59 CDT 1996
|
|
# Whom: erich@FreeBSD.org
|
|
#
|
|
# $Id: Makefile,v 1.3 1996/11/18 10:35:50 asami Exp $
|
|
#
|
|
|
|
DISTNAME= x48-0.4.0
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= system/emulators
|
|
|
|
MAINTAINER= erich@FreeBSD.org
|
|
|
|
USE_IMAKE= yes
|
|
NO_INSTALL_MANPAGES= yes
|
|
|
|
post-install:
|
|
${MKDIR} ${PREFIX}/share/x48
|
|
${CP} ${WRKSRC}/README ${PREFIX}/share/x48/README-x48
|
|
${CP} ${WRKSRC}/doc/CARDS.doc ${WRKSRC}/doc/ROMDump.doc ${PREFIX}/share/x48
|
|
|
|
.include <bsd.port.mk>
|