blob: cbd350187eca00ac7f061d8336243c743d1046a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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>
|