39c06186fa
for quite some time. If any non-committer wants to take over maintainership please let me know. Reviewed by: ports No response from: erich
25 lines
558 B
Makefile
25 lines
558 B
Makefile
# New ports collection makefile for: x48
|
|
# Date created: Thu Oct 24 13:10:59 CDT 1996
|
|
# Whom: erich@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= x48
|
|
PORTVERSION= 0.4.0
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= system/emulators
|
|
|
|
MAINTAINER= ports@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>
|