aboutsummaryrefslogtreecommitdiff
path: root/emulators/x48
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2006-09-05 20:34:24 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2006-09-05 20:34:24 +0000
commit225ad841fa3c8116f62aa0deaa2a1cc15b6527d1 (patch)
treefb5444eecac0b487cfb425604a742def35ad0d8c /emulators/x48
parentd4a229e9bc4672382cb64ab2d3e076dfa11dcef9 (diff)
downloadports-225ad841fa3c8116f62aa0deaa2a1cc15b6527d1.tar.gz
ports-225ad841fa3c8116f62aa0deaa2a1cc15b6527d1.zip
Notes
Diffstat (limited to 'emulators/x48')
-rw-r--r--emulators/x48/Makefile18
-rw-r--r--emulators/x48/pkg-descr9
2 files changed, 13 insertions, 14 deletions
diff --git a/emulators/x48/Makefile b/emulators/x48/Makefile
index 6fab6564c976..5004077ed18b 100644
--- a/emulators/x48/Makefile
+++ b/emulators/x48/Makefile
@@ -1,6 +1,6 @@
# New ports collection makefile for: x48
-# Date created: Thu Oct 24 13:10:59 CDT 1996
-# Whom: erich@FreeBSD.org
+# Date created: Thu Oct 24 13:10:59 CDT 1996
+# Whom: Eric L. Hernes <erich@FreeBSD.org>
#
# $FreeBSD$
#
@@ -15,13 +15,11 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= danfe@FreeBSD.org
-COMMENT= A HP48 SX/GX calculator emulator
+COMMENT= An HP48 SX/GX calculator emulator
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
-ROMPATH= ${PREFIX}/share/x48
-
.include <bsd.port.pre.mk>
post-extract: .SILENT
@@ -31,7 +29,7 @@ post-extract: .SILENT
${MV} ${WRKSRC}/.hp48/rom ${WRKSRC}/sxrom-e
post-patch:
- @${REINPLACE_CMD} -e 's+rom.dump+${ROMPATH}/gxrom-r+' \
+ @${REINPLACE_CMD} -e 's+rom.dump+${DATADIR}/gxrom-r+' \
${WRKSRC}/src/X48.ad
.if ${OSVERSION} > 600004
@${REINPLACE_CMD} -e 's+cuaa+cuad+' ${WRKSRC}/src/X48.ad
@@ -42,12 +40,12 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/${p} ${PREFIX}/bin
.endfor
${INSTALL_DATA} ${WRKSRC}/src/X48.ad ${PREFIX}/lib/X11/app-defaults/X48
- @${MKDIR} ${ROMPATH}
- ${INSTALL_DATA} ${WRKSRC}/??rom-? ${ROMPATH}
+ @${MKDIR} ${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/??rom-? ${DATADIR}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in README doc/CARDS.doc doc/ROMDump.doc
- ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+.for f in README doc/CARDS.doc doc/ROMDump.doc
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
diff --git a/emulators/x48/pkg-descr b/emulators/x48/pkg-descr
index 944b0d548f30..1b7889061749 100644
--- a/emulators/x48/pkg-descr
+++ b/emulators/x48/pkg-descr
@@ -1,6 +1,7 @@
This emulator is capable of providing a faithful replication of the
-HP48.
-Around mid 2000, Hewlett Packard has graciously made available the
-ROMs required to run package.
+HP48 SX/GX graphic calculators.
-WWW: http://www.hp.com/calculators
+Around mid 2000, Hewlett Packard has graciously made available the
+ROMs required to run the package.
+
+WWW: http://x48.berlios.de/