summaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2006-09-05 20:34:24 +0000
committerdanfe <danfe@FreeBSD.org>2006-09-05 20:34:24 +0000
commit938e84a350c517217dd3807e3d43e34fe80ccbe2 (patch)
tree63effdd009703bad5f2e35c493a22417a7157541 /emulators
parent029b19abe61ec70328378817752a7362789d1696 (diff)
downloadFreeBSD-ports-938e84a350c517217dd3807e3d43e34fe80ccbe2.zip
FreeBSD-ports-938e84a350c517217dd3807e3d43e34fe80ccbe2.tar.gz
- Reformat Makefile header, expand `Whom:' to full name
- Fix a minor typo in COMMENT - Kill useless ROMPATH variable (it was always = DATADIR) - Pacify portlint(1) - Improve on pkg-descr, fix WWW line [1], and kill spaces EOL Submitted by: jylefort
Diffstat (limited to 'emulators')
-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 6fab656..5004077 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 944b0d5..1b78890 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/
OpenPOWER on IntegriCloud