# 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.1e PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://www.hpcalc.org/hp48/pc/emulators/ DISTFILES= ${PORTNAME}-${PORTVERSION:S/.//g}.tgz \ gxrom-r.zip sxrom-e.zip EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION:S/.//g}.tgz MAINTAINER= danfe@FreeBSD.org COMMENT= A HP48 SX/GX calculator emulator BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/e//} USE_IMAKE= yes NO_INSTALL_MANPAGES= yes USE_REINPLACE= yes ROMPATH= ${PREFIX}/share/x48 .include post-patch: @${REINPLACE_CMD} -e 's+rom.dump+${ROMPATH}/gxrom-r+' \ ${WRKSRC}/src/X48.ad .if ${OSVERSION} > 600004 @${REINPLACE_CMD} -e 's+cuaa+cuad+' ${WRKSRC}/src/X48.ad .endif post-install: @${MKDIR} ${ROMPATH} ${UNZIP_CMD} ${DISTDIR}/${DISTSUBDIR}/gxrom-r -d ${ROMPATH} ${UNZIP_CMD} -p ${DISTDIR}/${DISTSUBDIR}/sxrom-e > ${ROMPATH}/sxrom-e .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in README doc/CARDS.doc doc/ROMDump.doc ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif .include : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Convert to new LIB_DEPENDS formatsunpoet2013-10-242-42/+40
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - Convert to new perl frameworksunpoet2013-08-211-1/+2
* - Update to 1.2.15.0sunpoet2013-04-192-3/+3
* - Update to 1.2.14.0sunpoet2013-03-182-3/+3
* - Update to 1.2.13.0sunpoet2013-02-214-26/+21
* - Update to 1.2.12.0sunpoet2012-07-072-3/+3
* - Update to 1.2.11.0sunpoet2012-06-272-6/+5
* - Update to 1.2.10.0sunpoet2012-05-152-3/+5
* - Update to 1.2.9.0sunpoet2012-03-142-5/+6
* - Update to 1.2.8.0sunpoet2012-02-122-48/+52
* - Update xapian to 1.2.7.0pgollucci2012-02-07