2000-08-18 18:44:39 +02:00
|
|
|
# New ports collection makefile for: x48
|
|
|
|
# Date created: Thu Oct 24 13:10:59 CDT 1996
|
|
|
|
# Whom: erich@FreeBSD.org
|
1996-10-24 22:41:38 +02:00
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1996-10-24 22:41:38 +02:00
|
|
|
#
|
|
|
|
|
2000-04-12 06:56:17 +02:00
|
|
|
PORTNAME= x48
|
2000-08-18 18:44:39 +02:00
|
|
|
PORTVERSION= 0.4.1
|
1996-11-12 03:19:40 +01:00
|
|
|
CATEGORIES= emulators
|
2000-05-30 01:40:52 +02:00
|
|
|
MASTER_SITES= http://home.earthlink.net/~rmmlgetz/
|
2000-08-18 18:44:39 +02:00
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION:S/.//g}
|
1996-10-24 22:41:38 +02:00
|
|
|
|
2000-04-24 00:59:51 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1996-10-24 22:41:38 +02:00
|
|
|
|
2000-08-18 18:44:39 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
1996-10-24 22:41:38 +02:00
|
|
|
USE_IMAKE= yes
|
|
|
|
NO_INSTALL_MANPAGES= yes
|
|
|
|
|
|
|
|
post-install:
|
2000-08-18 18:44:39 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${PREFIX}/share/doc/x48
|
|
|
|
.for file in README doc/CARDS.doc doc/ROMDump.doc
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/x48
|
|
|
|
.endfor
|
|
|
|
.endif
|
1996-10-24 22:41:38 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|